Method RemoveKeywords
- Namespace
- MailFathom.Application.Rules.Actions
- Assembly
- MailFathom.Application.dll
RemoveKeywords(AuthoredMailKeywords)
Asks for keywords to be taken off the matching email, leaving the ones it is not asked about.
public static MailRuleAction RemoveKeywords(AuthoredMailKeywords keywords)
Parameters
keywordsAuthoredMailKeywordsThe keywords to take off it.
Returns
- MailRuleAction
The action.
Exceptions
- ArgumentNullException
Thrown when
keywordsis null.- ArgumentException
Thrown when
keywordsnames none.