Enum StoredEmailContentAvailability
- Namespace
- MailFathom.Domain.Emails
- Assembly
- MailFathom.Domain.dll
Records whether raw MIME content is locally available for a stored email occurrence.
public enum StoredEmailContentAvailability
Fields
Available = 0Raw MIME content is stored locally next to the occurrence metadata.
ExceededSizeLimit = 1Raw MIME content was deliberately not stored because the email exceeded the configured size limit.
Remarks
Synchronization must never leave a discovered occurrence without a durable local trace. When content is intentionally not stored, the occurrence is still recorded with the reason so the gap stays auditable instead of existing only as a counter in a log line.