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
fpcMailAntivirusAction_Ignore

The incident is ignored.

			= 0,
  	fpcMailAntivirusErrorAction_SkipDetect
fpcMailAntivirusErrorAction_SkipDetect

The file is passed without being scanned.

   = 1,
  	fpcMailAntivirusErrorAction_Delete
fpcMailAntivirusErrorAction_Delete

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

	 = 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 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.