Platform SDK: Exchange 2000 Server |
[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);
You can use this property to associate a specific instance of the Configuration COM class with the Addressee object.
Dim Config as New CDO.Configuration Dim iAddree as New CDO.Addressee Set iAddree.Configuration = Config