Share via


IFPCBlockedSender::AddressType property

Applies to: desktop apps only

The AddressType property gets or sets a value from the FpcBlockedSenderAddressType enumerated type that indicates the type of address specified for the sender.

This property is read/write.

Syntax

HRESULT put_AddressType(
  FpcBlockedSenderAddressType AddressType
);

HRESULT get_AddressType(
  FpcBlockedSenderAddressType *pAddressType
);
' Data type: FpcBlockedSenderAddressType

Property AddressType( _
  ByVal AddressType As FpcBlockedSenderAddressType, _
  ByVal pAddressType As FpcBlockedSenderAddressType _
) As FpcBlockedSenderAddressType

Property value

Value from the FpcBlockedSenderAddressType enumerated type that indicates the type of address specified for the sender.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its value is initially set when the object is created using the Add method of the FPCBlockedSenders collection (IFPCBlockedSenders interface 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

FPCBlockedSender

 

 

Build date: 7/12/2010