Property OutgoingEmailLeaseLost
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
OutgoingEmailLeaseLost
Gets subcategory 8, message composition: the queued send an attempt was writing to is held by a later attempt.
public static MailFathomErrorCode OutgoingEmailLeaseLost { get; }
Property Value
Remarks
It reports a write that did not happen rather than a send that failed. An attempt whose lease expired while it worked is no longer the one whose answer counts, so what it was about to record is dropped and the attempt holding the record now settles it.