Method SetKeywords
- Namespace
- MailFathom.Application.Rules.Actions
- Assembly
- MailFathom.Application.dll
SetKeywords(AuthoredMailKeywords)
Asks for the matching email's keywords to become exactly the set that was named.
public static MailRuleAction SetKeywords(AuthoredMailKeywords keywords)
Parameters
keywordsAuthoredMailKeywordsThe keywords it should end up carrying, which may be none and then clears them all.
Returns
- MailRuleAction
The action.
Exceptions
- ArgumentNullException
Thrown when
keywordsis null.