Share via


FpcMailAntiSpamFilterAction enumeration

Applies to: desktop apps only

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010