Property SetSeen
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
SetSeen
Gets the mutation that sets or clears the remote \Seen flag of one email.
public static MailboxMutation SetSeen { get; }
Property Value
Remarks
It is the one mutation whose purpose is to write that flag, and the only path permitted to. Reading mail still never sets it, which is what keeps the stored value a snapshot of what the server reports.