Field MaximumRecipientCount
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
The greatest number of people one message may be addressed to.
public const int MaximumRecipientCount = 256
Returns
- int
- The greatest number of people one message may be addressed to.
Remarks
It is the same order as the bound a received message's addresses are stored under, and it is here for the reason every bound in this system is: a recipient list is written into a table and offered one command at a time, so an unbounded one is an unbounded insert followed by an unbounded conversation with a server. Nothing legitimate approaches it — the parent feature refuses mailing-list behaviour outright — so a request that does is a caller that has assembled something it did not mean.