Property MailSendingUnavailable
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
MailSendingUnavailable
Gets subcategory 6, capability: the account a message would be sent as configures no way to send it.
public static MailFathomErrorCode MailSendingUnavailable { get; }
Property Value
Remarks
An account without a submission endpoint, and one whose endpoint names no address to send from, are one answer here: neither can send, and neither is something a caller can rewrite its way past. It sits beside the answering capability rather than with the access refusals because nothing the caller wrote caused it — the account is served and readable, and sending from it is the part this deployment has not been configured for.