Property IncludeJunkMail
- Namespace
- MailFathom.Application.Emails.ListEmails
- Assembly
- MailFathom.Application.dll
IncludeJunkMail
Gets whether the account's junk folder is listed too, which it is not unless the caller asks.
public bool IncludeJunkMail { get; init; }
Property Value
Remarks
Naming the junk folder in Folders, by its alias or as role:Junk, is not asking: a scope
filter says which of the readable folders to read, and this says which folders are readable at all. A request
that names it without setting this therefore lists nothing, the same answer a folder holding no matching mail
gives.