Table of Contents

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

keywords AuthoredMailKeywords

The keywords to take off it.

Returns

MailRuleAction

The action.

Exceptions

ArgumentNullException

Thrown when keywords is null.

ArgumentException

Thrown when keywords names none.