Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The IDataSource interface on this object.
[Visual Basic] Property DataSource as IDataSource read-only [C++] HRESULT get_DataSource(IDataSource** pVal); [IDL] HRESULT [propget] DataSource([out,retval] IDataSource** pVal);
You can use the DataSource property to navigate to the IDataSource interface on the object implementing IMessage. This is equivalent to using QueryInterface in C++ or Set in Visual Basic, or using the IMessage.GetInterface method.