Class EmailContentRepairRequest
- Namespace
- MailFathom.Application.EmailContent.Repair
- Assembly
- MailFathom.Application.dll
Records that one email's locally stored content has to be fetched or read again.
public sealed record EmailContentRepairRequest : IEquatable<EmailContentRepairRequest>
- Inheritance
-
EmailContentRepairRequest
- Implements
- Inherited Members
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.
Constructors
- EmailContentRepairRequest(StoredEmailId, EmailContentDefect)
Records that one email's locally stored content has to be fetched or read again.
Properties
- Defect
What was found wrong with it.
- StoredEmailId
The email whose local copy is unusable.