The FpcMailAntivirusErrorAction enumerated type contains values that describe the action that that is taken when the antivirus engine encounters an error.
typedef enum { fpcMailAntivirusAction_Ignore
The incident is ignored.
= 0, fpcMailAntivirusErrorAction_SkipDetect
The file is passed without being scanned.
= 1, fpcMailAntivirusErrorAction_Delete
The incident is reported and the contents of the infected file are replaced with the deletion text.
= 2 } FpcMailAntivirusErrorAction;
The incident is ignored.
The file is passed without being scanned.
The incident is reported and the contents of the infected file are replaced with the deletion text.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.