Property IsRemotelyFlagged
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
IsRemotelyFlagged
Gets the remote \Flagged state an email must have, or null when either matches.
public bool? IsRemotelyFlagged { get; }
Property Value
- bool?
Remarks
The flag is what a mail client shows as a star, and it reads from the same snapshot IsRemotelySeen
does, with the same consequence for mail nobody has observed: it carries the flag unset and matches the unflagged
side. It is unrelated to the Flagged folder role, which names a folder a provider synthesizes rather than a
flag on a message, so a scope naming that role and this filter are two different narrowings.