Method ContentUnavailable
- Namespace
- MailFathom.Application.Emails.GetEmailContent
- Assembly
- MailFathom.Application.dll
ContentUnavailable(StoredEmailId, EmailContentDefect)
Reports an email whose stored content is missing, damaged, or unreadable.
public static EmailContentReadOutcome ContentUnavailable(StoredEmailId storedEmailId, EmailContentDefect defect)
Parameters
storedEmailIdStoredEmailIdThe email the read named.
defectEmailContentDefectWhat was found wrong with its stored content.
Returns
- EmailContentReadOutcome
The outcome carrying the refusal.
Remarks
A repair request is recorded before this outcome is produced, so the finding is durable whatever the caller does with it.