Property MaxRecipientCount
- Namespace
- MailFathom.Application.Mail.Delivery.Composition
- Assembly
- MailFathom.Application.dll
MaxRecipientCount
Gets the greatest number of people one message may be addressed to.
public required int MaxRecipientCount { get; init; }
Property Value
Remarks
It is bounded from above by MaximumRecipientCount, which is what the record itself will hold. Configuring more would let a message be composed that no record can be written for.