Table of Contents

Property WithheldJunkFolders

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

WithheldJunkFolders

Gets the junk folders this read returns nothing from, ordered, or empty when the caller asked for junk or no account maps one.

public IReadOnlyList<MailFolderIdentity> WithheldJunkFolders { get; }

Property Value

IReadOnlyList<MailFolderIdentity>

Remarks

Kept apart from ReadableFolders although both narrow the same query, because the two answer different questions and only one of them can be overridden. A folder outside the readable set is withheld by an operator's decision, or absent from configuration altogether, and no caller may reach it; the junk folder is mapped, readable, and withheld by default, and a caller that asks reaches it. Merging them would make the override able to reveal a folder the operator withheld.