Property SetKeywords
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
SetKeywords
Gets the mutation that makes one email's keywords exactly the set that was asked for.
public static MailboxMutation SetKeywords { get; }
Property Value
Remarks
It is the one keyword mutation that decides what an email does not carry, which is why it is a mutation of its own rather than an addition with a wider reach: an empty set clears every keyword, and no combination of the other two says that without naming every keyword a message might have.