Platform SDK: Exchange 2000 Server

DataSource Property

[This is preliminary documentation and subject to change.]

Returns the IDataSource interface on the implementing object.

[Visual Basic, VBScript]
Property DataSource as IDataSource
Read-only
[C++]
HRESULT get_DataSource(IDataSource** pVal);
[IDL]
HRESULT [propget] DataSource([out,retval] IDataSource** pVal);

Remarks

This property returns the IDataSource interface on the implementing object. In CDO for Exchange Server, a common use of this property is to use the Open method on IDataSource to open an item in the store.

If the IDataSource interface is not implemented by the object, the COM exception E_NOTIMPL is raised.