Share via


FpcMailAntivirusErrorAction enumeration

Applies to: desktop apps only

The FpcMailAntivirusErrorAction enumerated type contains values that describe the action that that is taken when the antivirus engine encounters an error.

Syntax

typedef enum  { 
  fpcMailAntivirusAction_Ignore           = 0,
  fpcMailAntivirusErrorAction_SkipDetect  = 1,
  fpcMailAntivirusErrorAction_Delete      = 2
} FpcMailAntivirusErrorAction;

Constants

  • fpcMailAntivirusAction_Ignore
    The incident is ignored.

  • fpcMailAntivirusErrorAction_SkipDetect
    The file is passed without being scanned.

  • fpcMailAntivirusErrorAction_Delete
    The incident is reported and the contents of the infected file are replaced with the deletion text.

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