Share via


IFPCMailAntiSpamSettings::IpBlockListProvidersExceptions property

Applies to: desktop apps only

The IpBlockListProvidersExceptions property gets an FPCEMailAddresses collection that contains the email addresses of recipients who are excluded from querying the IP Block List providers.

This property is read-only.

Syntax

HRESULT get_IpBlockListProvidersExceptions(
  IFPCEMailAddresses **ppIpBlockListProvidersExceptions
);
' Data type: FPCEMailAddresses

Property IpBlockListProvidersExceptions( _
  ByVal ppIpBlockListProvidersExceptions As IFPCEMailAddresses _
) As FPCEMailAddresses

Property value

Reference to an FPCEMailAddresses collection that contains the email addresses of recipients who are excluded from querying the IP Block List providers.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. E-mail addresses of recipients who are excluded from querying the IP Block List providers can be added and removed by calling the Add and Remove methods of the FPCEMailAddresses collection retrieved (the IFPCEMailAddresses interface retrieved in C++).

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

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCMailAntiSpamSettings

 

 

Build date: 7/12/2010