Table of Contents

Property LastFilingFailure

Namespace
MailFathom.Domain.Delivery
Assembly
MailFathom.Domain.dll

LastFilingFailure

Gets the failure the last filing attempt ended in, or null while none has failed.

public required MailFathomErrorCode? LastFilingFailure { get; init; }

Property Value

MailFathomErrorCode?

Remarks

It is separate from LastFailure because the two answer different questions and an operator acts on them differently. A delivery failure means somebody did not receive the message; a filing failure means the owner cannot see it in their own mail client. Overwriting one with the other would lose whichever happened first.