Table of Contents

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

storedEmailId StoredEmailId

The email the read named.

defect EmailContentDefect

What 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.