Share via


IFPCMailAntiSpamSettings::BlockedRecipients property

Applies to: desktop apps only

The BlockedRecipients property gets an FPCEMailAddresses collection that contains the email addresses of blocked recipients.

This property is read-only.

Syntax

HRESULT get_BlockedRecipients(
  IFPCEMailAddresses **ppBlockedRecipients
);
' Data type: FPCEMailAddresses

Property BlockedRecipients( _
  ByVal ppBlockedRecipients As IFPCEMailAddresses _
) As FPCEMailAddresses

Property value

Reference to an FPCEMailAddresses collection that contains the email addresses of blocked recipients.

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. Blocked recipients 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