Share via


FpcMailAntivirusErrorAction Enumeration

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

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