Field MaximumAddressCount
- Namespace
- MailFathom.Domain.Contacts
- Assembly
- MailFathom.Domain.dll
How many addresses one person may be recorded as using.
public const int MaximumAddressCount = 32
Returns
- int
- How many addresses one person may be recorded as using.
Remarks
Well above the several mailboxes a person actually has, and bounded because every address is a row a lookup, a page, and an erasure carry: without a ceiling one record could decide the cost of reading the book. Two spellings of one address count once, so the limit is on mailboxes rather than on how a caller wrote them.