Method AddKeywords
- Namespace
- MailFathom.Application.Rules.Actions
- Assembly
- MailFathom.Application.dll
AddKeywords(AuthoredMailKeywords)
Asks for keywords to be put on the matching email, beside the ones it already carries.
public static MailRuleAction AddKeywords(AuthoredMailKeywords keywords)
Parameters
keywordsAuthoredMailKeywordsThe keywords to put on it.
Returns
- MailRuleAction
The action.
Exceptions
- ArgumentNullException
Thrown when
keywordsis null.- ArgumentException
Thrown when
keywordsnames none.