HtmlFeatureFilterMatchActionSettings EnumerationIpswitch.Messaging.Framework
Used by MatchAction to determine what action to take when the number of matches specified by NumToMatch is reached. The following settings are available:

* None - Take no action on matches.

* Delete - Deletes the scanned email.

* ForwardTo - Forwards the email to the address specified by the ForwardTo property.

* MoveToMailbox - Moves the email to the mailbox specified by the ForwardTo property.

* InsertXHeader - Inserts an X-Header into the email.

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public enum MatchActionSettings
Members

  Member nameValueDescription
Delete0
ForwardTo1
InsertXHeader2
MoveToMailbox3
None4
See Also

Reference