Table of Contents

Enum RemoteEmailContentFetchOutcome

Namespace
MailFathom.Application.EmailContent.Storage
Assembly
MailFathom.Application.dll

States whether a seen-preserving fetch returned raw MIME, and what stopped it when it did not.

public enum RemoteEmailContentFetchOutcome

Fields

ExceededSizeLimit = 1

The payload grew past the configured limit while it was being read, so the fetch was abandoned.

Retrieved = 0

The content was fetched and is present.