The HtmlFeatureFilter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ForwardTo |
Specifies the email address or mailbox name to send mail to on the ForwardTo and
MoveToMailbox settings in MatchAction.
| |
| MatchAction |
Specifies what to do with the scanned email when the number of matches specified by
NumToMatch is reached.
Uses the MatchActionSettings enum.
| |
| MatchDeceptiveText |
Specifies whether to match deceptive text.
| |
| MatchDeceptiveUrl |
Specifies whether to match deceptive URL's.
| |
| MatchEmbeddedComments |
Specifies whether to match embedded comments.
| |
| MatchHyperlink |
Specifies whether to match hyperlinks.
| |
| MatchImageTag |
Specifies whether to match image tags.
| |
| MatchInvalidTag |
Specifies whether to match invalid tags.
| |
| MatchMailToHyperlink |
Specifies whether to match "mailto:" hyperlinks.
| |
| MatchNestedTable |
Specifies whether to match nested tables.
| |
| MatchScriptTag |
Specifies whether to match script tags.
| |
| NumberToMatch |
Specifies the number of matches before the MatchAction is used.
| |
| PrefixSubject |
Specifies whether to prefix the string specified by PrefixSubjectString to matching mail.
| |
| PrefixSubjectString |
Specifies the string to prefix to matching mail when PrefixSubject is set to true.
| |
| Use |
Specifies whether to enable filters or not.
Uses the UseSettings enum.
|
See Also