Table of Contents

Constructor EmailContentRepairRequest

Namespace
MailFathom.Application.EmailContent.Repair
Assembly
MailFathom.Application.dll

EmailContentRepairRequest(StoredEmailId, EmailContentDefect)

Records that one email's locally stored content has to be fetched or read again.

public EmailContentRepairRequest(StoredEmailId StoredEmailId, EmailContentDefect Defect)

Parameters

StoredEmailId StoredEmailId

The email whose local copy is unusable.

Defect EmailContentDefect

What was found wrong with it.

Remarks

The request names the email and the defect and nothing else. Which folder it lives in and which occurrence it is are already on its row, and copying them here would create a second, staler statement of the same identity.