Property IncludesJunkMail
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
IncludesJunkMail
Gets whether the caller asked for the junk folder's mail.
public bool IncludesJunkMail { get; }
Property Value
Remarks
Unlike the readable and the withheld lists, this is the caller's own decision, so it takes part in a continuation cursor's fingerprint: including junk adds rows in the middle of an ordering, which a walk resumed under the other answer would either skip or repeat. The lists themselves stay out of the fingerprint for the reason RestrictedTo(IReadOnlyList<MailFolderIdentity>) gives — they are configuration, and a reload must not invalidate an outstanding cursor.