Property FolderAliases
- Namespace
- MailFathom.Application.Spam.Runs
- Assembly
- MailFathom.Application.dll
FolderAliases
Gets the folders the run walks, in a normalized order.
public IReadOnlyList<MailFolderAlias> FolderAliases { get; }
Property Value
Remarks
Named rather than left implicit, because the run outlives the configuration it was asked under: reading the scope again on each pass would let a folder added halfway through a mailbox be walked from wherever the run had got to rather than from its beginning, and a reader of the record could not say which mail the run had covered.