Platform SDK: Exchange 2000 Server

Configuration Property

[This is preliminary documentation and subject to change.]

Contains a Configuration object reference. This object defines the messaging configuration used by the Message 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