Table of Contents

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

storedEmailId StoredEmailId

The local email being relabelled.

occurrence EmailOccurrenceId

Where the email is now.

requester MailboxMutationRequester

The authored act asking.

keywords AuthoredMailKeywords

The 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.