Enum OutgoingMailCeiling
- Namespace
- MailFathom.Domain.Delivery.Governance
- Assembly
- MailFathom.Domain.dll
Names the ceiling a period reached, which is the whole of what a refused send is told.
public enum OutgoingMailCeiling
Fields
AccountMessages = 0The account has been asked for as many messages in this period as it may send.
AccountRecipients = 1The account has been asked to write to as many recipients in this period as it may.
DeploymentMessages = 2This deployment has been asked for as many messages in this period as it may send.
DeploymentRecipients = 3This deployment has been asked to write to as many recipients in this period as it may.
Remarks
Four rather than two, because a deployment and one of its accounts are different bounds with different remedies: an account that has spent its own is one mailbox to look at, and a deployment that has spent its own says the instance as a whole sent more than an operator agreed to. Counting messages and counting recipients are likewise two answers, since a hundred messages to one person each and one message to a hundred people are different faults above.