Table of Contents

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 a request cannot buy a larger predicate by repeating one name. It is generous against any deployment's configured account count, so meeting it means a request enumerated identifiers rather than described a mailbox.