FpcMailAntiSpamFilterAction Enumeration

[This documentation is preliminary and is subject to change.]

The FpcMailAntiSpamFilterAction enumerated type contains values that specify the action to be taken if an item matches the filter list criteria.

Syntax

typedef enum  {
  	fpcMailAntiSpamFilterAction_None
fpcMailAntiSpamFilterAction_None

No action.

	 = 0,
  	fpcMailAntiSpamFilterAction_Delete
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
fpcMailAntiSpamFilterAction_Purge

The message is deleted from the mail system. If quarantining is not enabled, the message would then be unrecoverable.

	= 2,
  	fpcMailAntiSpamFilterAction_Identify
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;

Constants

fpcMailAntiSpamFilterAction_None

No action.

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.

fpcMailAntiSpamFilterAction_Purge

The message is deleted from the mail system. If quarantining is not enabled, the message would then be unrecoverable.

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.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.