Platform SDK: Exchange 2000 Server

Configuration Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic,VBScript]
Property Configuration as IConfiguration
[C++]
HRESULT get_Configuration(IConfiguration** pVal);
HRESULT put_Configuration(IConfiguration* Val);
[IDL]
HRESULT [propget] Configuration([out,retval] IConfiguration** pVal);
HRESULT [propput] Configuration([in] IConfiguration* Val);

Remarks

You can use this property to associate a specific instance of the Configuration COM class with the Addressee object.

Example

[Visual Basic,VBScript]
Dim Config as New CDO.Configuration
Dim iAddree as New CDO.Addressee
Set iAddree.Configuration = Config