Share via


Configuration Property (IAddressee)

Topic Last Modified: 2006-06-13

A reference to a Configuration object used to define configuration information for the object.

Applies To

IAddressee Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Configuration As CDO.Configuration
HRESULT get_Configuration(IConfiguration** pVal);HRESULT put_Configuration(IConfiguration* Val);

Parameters

Remarks

You can use this property to associate a specific instance of the Configuration Component Object Model (COM) class with the Addressee object.

Example


Dim Config as New CDO.Configuration
Dim iAddree as New CDO.Addressee
Set iAddree.Configuration = Config