次の方法で共有


FpcBlockedSenderAddressType enumeration

Applies to: desktop apps only

The FpcBlockedSenderAddressType enumerated type contains values that indicate the type of address that specifies one or more blocked senders.

Syntax

typedef enum  { 
  fpcSenderEMailAddress             = 0,
  fpcSenderDomainName               = 1,
  fpcSenderDomainWithSubdomainName  = 2
} FpcBlockedSenderAddressType;

Constants

  • fpcSenderEMailAddress
    An email address.

  • fpcSenderDomainName
    A domain name that does not include subdomains.

  • fpcSenderDomainWithSubdomainName
    A domain name that includes subdomains.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010