FpcBlockedSenderAddressType Enumeration

The FpcBlockedSenderAddressType enumerated type contains values that describe a blocked sender address type.

Syntax

typedef enum  {
  	fpcSenderEMailAddress
fpcSenderEMailAddress

An email address.

			= 0,
  	fpcSenderDomainName
fpcSenderDomainName

A domain name that does not include subdomains.

				= 1,
  	fpcSenderDomainWithSubdomainName
fpcSenderDomainWithSubdomainName

A domain name that includes subdomaina.

   = 2
} FpcBlockedSenderAddressType;

Constants

fpcSenderEMailAddress

An email address.

fpcSenderDomainName

A domain name that does not include subdomains.

fpcSenderDomainWithSubdomainName

A domain name that includes subdomaina.

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.