Field MaximumAccountIds
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
The greatest number of account identifiers one request may name.
public const int MaximumAccountIds = 64
Returns
- int
- The greatest number of account identifiers one request may name.
Remarks
The bound exists because the scope reaches a database predicate and a caller supplies it. It counts the identifiers a request names rather than the distinct ones left after deduplication, so the limit can be enforced while the caller's sequence is read instead of after it has been materialized. It is generous against any deployment's configured account count, so meeting it means a request enumerated identifiers rather than described a mailbox.