Method SetKeywords
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
SetKeywords(StoredEmailId, EmailOccurrenceId, MailboxMutationRequester, AuthoredMailKeywords)
Asks for one email's keywords to become exactly the set that was named.
public static MailboxMutationRequest SetKeywords(StoredEmailId storedEmailId, EmailOccurrenceId occurrence, MailboxMutationRequester requester, AuthoredMailKeywords keywords)
Parameters
storedEmailIdStoredEmailIdThe local email being relabelled.
occurrenceEmailOccurrenceIdWhere the email is now.
requesterMailboxMutationRequesterThe authored act asking.
keywordsAuthoredMailKeywordsThe keywords it should end up carrying, which may name none and then clears them all.
Returns
- MailboxMutationRequest
The request to write down.
Exceptions
- ArgumentNullException
Thrown when an argument is null.