The FpcMailAntiSpamFilterAction enumerated type contains values that specify the action to be taken if an item matches the filter list criteria.
typedef enum { fpcMailAntiSpamFilterAction_None
No action.
= 0, fpcMailAntiSpamFilterAction_Delete
The file attachment is removed from the message and the deletion text is inserted in its place. This option is not available for keyword filter lists.
= 1, fpcMailAntiSpamFilterAction_Purge
The message is deleted from the mail system. If quarantining is not enabled, the message would then be unrecoverable.
= 2, fpcMailAntiSpamFilterAction_Identify
The subject line or message header of the detected message can be tagged with a customizable word or phrase (the tag text). Messages containing tag text can be identified later for special processing or routing into specific mailboxes.
= 3 } FpcMailAntiSpamFilterAction;
No action.
The file attachment is removed from the message and the deletion text is inserted in its place. This option is not available for keyword filter lists.
The message is deleted from the mail system. If quarantining is not enabled, the message would then be unrecoverable.
The subject line or message header of the detected message can be tagged with a customizable word or phrase (the tag text). Messages containing tag text can be identified later for special processing or routing into specific mailboxes.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.