FpcMailAntivirusSenderInfo Enumeration

The FpcMailAntivirusSenderInfo enumerated type indicates the header sender address to be used for the transport scan.

Syntax

typedef enum  {
     fpcMailAntivirusSenderInfo_MimeHeader
fpcMailAntivirusSenderInfo_MimeHeader

The

[XML]
MIME FROM

header sender address is used for the transport scan.

   = 0,
     fpcMailAntivirusSenderInfo_MailFrom
fpcMailAntivirusSenderInfo_MailFrom

The

[XML]
MAIL FROM

sender address is used for the transport scan.

	 = 1
} FpcMailAntivirusSenderInfo;

Constants

fpcMailAntivirusSenderInfo_MimeHeader

The

[XML]
MIME FROM

header sender address is used for the transport scan.

fpcMailAntivirusSenderInfo_MailFrom

The

[XML]
MAIL FROM

sender address is used for the transport scan.

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.