Property IsRemotelySeen
- Namespace
- MailFathom.Application.Emails.Mailboxes
- Assembly
- MailFathom.Application.dll
IsRemotelySeen
Gets the remote \Seen state an email must have, or null when either matches.
public bool? IsRemotelySeen { get; }
Property Value
- bool?
Remarks
The filter compares the last observed flag snapshot. An email whose flags no run has read yet carries them unset, so it matches the unseen side of this filter; RemoteFlags reports when the snapshot was taken, which is how a caller tells an unseen email from one nobody has looked at.