Method SetSeen
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
SetSeen(StoredEmailId, EmailOccurrenceId, MailboxMutationRequester, bool)
Asks for the remote \Seen flag of one email to be set or cleared.
public static MailboxMutationRequest SetSeen(StoredEmailId storedEmailId, EmailOccurrenceId occurrence, MailboxMutationRequester requester, bool isSeen)
Parameters
storedEmailIdStoredEmailIdThe local email being flagged.
occurrenceEmailOccurrenceIdWhere the email is now.
requesterMailboxMutationRequesterThe authored act asking.
isSeenbool
Returns
- MailboxMutationRequest
The request to write down.
Exceptions
- ArgumentNullException
Thrown when
occurrenceorrequesteris null.