Table of Contents

Field MaximumFolders

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

The greatest number of folders one request may name, counted the same way as MaximumAccountIds.

public const int MaximumFolders = 64

Returns

int
The greatest number of folders one request may name, counted the same way as .

Remarks

It counts what the caller wrote rather than folders, which is the same distinction the bound above makes and one a role sharpens: role:Junk is one name however many accounts answer it. Both bounds are enforced where the caller's own list is read, in MailboxScopeResolver, rather than over the resolved lists this type holds. Resolution can only produce more: a request naming no account resolves to every served account, and one role a request named resolves to a folder on each of them.