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 = 1The payload grew past the configured limit while it was being read, so the fetch was abandoned.
Retrieved = 0The content was fetched and is present.