IFPCMailAntiSpamSettings::ContentFilteringExceptions property

Applies to: desktop apps only

The ContentFilteringExceptions property gets an FPCEMailAddresses collection that contains the email addresses of recipients whose incoming messages are excluded from content filtering.

This property is read-only.

Syntax

HRESULT get_ContentFilteringExceptions(
  IFPCEMailAddresses **ppContentFilteringExceptions
);
' Data type: FPCEMailAddresses

Property ContentFilteringExceptions( _
  ByVal ppContentFilteringExceptions As IFPCEMailAddresses _
) As FPCEMailAddresses

Property value

Reference to an FPCEMailAddresses collection that contains the email addresses of recipients whose incoming messages are excluded from content filtering.

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 whose incoming messages are excluded from content filtering 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