Share via


FpcMailAntivirusEngine Enumeration

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

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