FpcMailAntivirusEngine enumeration
Applies to: desktop apps only
The FpcMailAntivirusEngine enumerated type contains values that indicate the antivirus or anti-spam engine.
Syntax
typedef enum {
fpcMailAntivirusEngine_None = 0x00,
fpcMailAntivirusEngine_Authentium = 0x01,
fpcMailAntivirusEngine_Kaspersky = 0x02,
fpcMailAntivirusEngine_Microsoft = 0x04,
fpcMailAntivirusEngine_Norman = 0x08,
fpcMailAntivirusEngine_VirusBuster = 0x10,
fpcMailAntivirusEngine_LastAntiVirus
= 0x10,
fpcMailAntivirusEngine_WormList = 0x20,
fpcMailAntivirusEngine_CloudMark = 0x40,
fpcMailAntivirusEngine_Last = 0x40,
fpcMailAntivirusEngine_First = 0x01,
fpcMailAntivirusEngine_Default = 0x00
} FpcMailAntivirusEngine;
Constants
fpcMailAntivirusEngine_None
No antivirus engine.fpcMailAntivirusEngine_Authentium
Authentium Command Antivirus Engine.fpcMailAntivirusEngine_Kaspersky
Kaspersky Antivirus Technology.fpcMailAntivirusEngine_Microsoft
Microsoft Antimalware engine.fpcMailAntivirusEngine_Norman
Norman Virus control.fpcMailAntivirusEngine_VirusBuster
VirusBuster Antivirus Scan Engine.fpcMailAntivirusEngine_LastAntiVirus
Last antivirus engine.fpcMailAntivirusEngine_WormList
Worm List.fpcMailAntivirusEngine_CloudMark
Cloudmark Antispam engine.fpcMailAntivirusEngine_Last
Last engine.fpcMailAntivirusEngine_First
First engine.fpcMailAntivirusEngine_Default
Default engine.
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