Property NothingReadable
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
NothingReadable
Gets the scope that names no account, no folder, and nothing readable, which is what a deployment serving no account resolves to.
public static MailboxScope NothingReadable { get; }
Property Value
Remarks
A read never runs against it in a deployment that serves accounts, because resolution replaces an unnamed account list with the served ones and names every readable folder before the scope is built. A use case handed it answers with nothing, which is what a deployment holding no mapping has to mean: there is no folder to read.