Table of Contents

Property Keywords

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

Keywords

Gets the keywords a keyword mutation names, and null for every other mutation.

public AuthoredMailKeywords? Keywords { get; }

Property Value

AuthoredMailKeywords

Remarks

What the set means is the mutation's to say rather than this property's: it is the keywords to put on the email, the keywords to take off it, or the keywords it should end up carrying. An empty set is meaningful for the last of those and refused for the other two, because clearing every keyword is something to ask for and adding none is not.