Table of Contents

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

keywords AuthoredMailKeywords

The keywords to put on it.

Returns

MailRuleAction

The action.

Exceptions

ArgumentNullException

Thrown when keywords is null.

ArgumentException

Thrown when keywords names none.