FpcMailAntivirusAction enumeration
Applies to: desktop apps only
The FpcMailAntivirusAction enumerated type contains values that describe the actions to be taken in accordance with the results of an antivirus scan.
Syntax
typedef enum {
fpcMailAntivirusAction_None = 0,
fpcMailAntivirusAction_Clean = 1,
fpcMailAntivirusAction_Delete = 2
} FpcMailAntivirusAction;
Constants
fpcMailAntivirusAction_None
Any viruses detected should be reported, but no other remedial action should be taken.fpcMailAntivirusAction_Clean
An attempt should be made to clean file attachments or message bodies in which a virus is detected. If the attempt is successful, the infected attachment or message body should be replaced with the clean version. If cleaning is not possible, the attachment or message body should be replaced with the deletion text.fpcMailAntivirusAction_Delete
The scanned file attachment or message should be deleted and 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
Build date: 7/12/2010