Table of Contents

Property ScannedFolderAliases

Namespace
MailFathom.Application.Spam
Assembly
MailFathom.Application.dll

ScannedFolderAliases

Gets the folder aliases classification runs over, in a normalized order.

public IReadOnlyList<MailFolderAlias> ScannedFolderAliases { get; }

Property Value

IReadOnlyList<MailFolderAlias>

Remarks

Empty means no folder is classified, which is only reachable while classification is off: a deployment that switches it on and names no folder is resolved to its accounts' inbox aliases before the settings are built, so the scope defaults to the inbox rather than to everything. Classifying every folder by default would spend the work on sent mail, on drafts, and on the archive, where a verdict answers no question anybody asked.