Platform SDK: Exchange 2000 Server

DataSource Property

[This is preliminary documentation and subject to change.]

Returns the IDataSource interface on the 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 object. The IDataSource interface on the object is used to open items from and save items to Web stores and CDO objects.

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