Property Filings
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
Filings
Gets every copy of this message MailFathom has put into a folder of the mailbox.
public required IReadOnlyList<OutgoingMailFilingRecord> Filings { get; init; }
Property Value
Remarks
Filing is not part of sending, and the two are kept apart here on purpose: a message is delivered or it is not, and where its copies are is a separate account of the same message. A send that was delivered and whose copy could not be filed therefore reads as exactly that — Sent with no filing and a reason in LastFilingFailure — rather than as a delivery that failed.