Property LastFailure
- Namespace
- MailFathom.Domain.Delivery.Drafts
- Assembly
- MailFathom.Domain.dll
LastFailure
Gets the failure the last attempt on the mailbox ended in, or null while none has failed.
public required MailFathomErrorCode? LastFailure { get; init; }
Property Value
Remarks
The code is kept and the message is not, for the reason an outgoing record keeps only the code.