Share via


FpcMailAntivirusAction Enumeration

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

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