Property MailSendingNotEnabled
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
MailSendingNotEnabled
Gets subcategory 6, capability: this deployment holds no capability to send as the account a message names.
public static MailFathomErrorCode MailSendingNotEnabled { get; }
Property Value
Remarks
It is separate from the account that configures no way to send because the two are different facts about the same deployment: one has no submission endpoint, and this one has an endpoint nobody turned on — or is running read-only, in which no account of it may send whatever its own switch says. One code covers both because a caller acts on neither and the message says which, and it is separate from the grant a caller holds, since that refusal is about who is asking rather than about what this installation may do.