Property OutgoingEmailDeliveryFailedUnexpectedly
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
OutgoingEmailDeliveryFailedUnexpectedly
Gets subcategory 8, message composition: a delivery attempt ended in a failure the outbox does not recognize.
public static MailFathomErrorCode OutgoingEmailDeliveryFailedUnexpectedly { get; }
Property Value
Remarks
It is the code a record carries when an attempt raised something neither the submission protocol nor the resilience budget accounts for. The record keeps the stage the attempt actually reached, so what happens next is decided by that stage rather than by this code.