Share via


FpcMailAntiSpamFilterAction Enumeration

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       = 0,
  fpcMailAntiSpamFilterAction_Delete     = 1,
  fpcMailAntiSpamFilterAction_Purge      = 2,
  fpcMailAntiSpamFilterAction_Identify   = 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 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010