FpcMailAntivirusEngineSelectionPolicy Enumeration

The FpcMailAntivirusEngineSelectionPolicy enumerated type contains values that describe the policy that is used to decide how many antivirus engines should be used to scan content.

Syntax

typedef enum  {
  	fpcMailAntivirusEngineSelectionPolicy_All
fpcMailAntivirusEngineSelectionPolicy_All

Scan content with all of the selected antivirus engines. If an engine is taken offline to be updated, the mail flow is queued until the engine is returned to service.

		 = 0,
  	fpcMailAntivirusEngineSelectionPolicy_Available
fpcMailAntivirusEngineSelectionPolicy_Available

Scan content with all of the antivirus engines that are available. This is the default value. If an engine is taken offline to be updated, mail continues to be scanned by the rest of the antivirus engines.

   = 1,
  	fpcMailAntivirusEngineSelectionPolicy_Dynamic
fpcMailAntivirusEngineSelectionPolicy_Dynamic

Scan with a dynamically-chosen subset of the selected engines.

	 = 2,
  	fpcMailAntivirusEngineSelectionPolicy_One
fpcMailAntivirusEngineSelectionPolicy_One

Scan content with one dynamically-selected engine.

		 = 3
} FpcMailAntivirusEngineSelectionPolicy;

Constants

fpcMailAntivirusEngineSelectionPolicy_All

Scan content with all of the selected antivirus engines. If an engine is taken offline to be updated, the mail flow is queued until the engine is returned to service.

fpcMailAntivirusEngineSelectionPolicy_Available

Scan content with all of the antivirus engines that are available. This is the default value. If an engine is taken offline to be updated, mail continues to be scanned by the rest of the antivirus engines.

fpcMailAntivirusEngineSelectionPolicy_Dynamic

Scan with a dynamically-chosen subset of the selected engines.

fpcMailAntivirusEngineSelectionPolicy_One

Scan content with one dynamically-selected engine.

Remarks

Using more engines increases the likelihood that all viruses will be caught. However, the more engines used, the greater the impact on system performance.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.