Platform SDK: Exchange 2000 Server

DataSource Property

[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);

Remarks

You can use the DataSource property to navigate to the IDataSource interface on the object implementing IAddressee. This is equivalent to using QueryInterface in C++ or Set in Visual Basic, or using the IAddressee.GetInterface method.