Platform SDK: Exchange 2000 Server |
[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);
This property returns the IDataSource interface on the object. You can use the IDataSource interface to open and save items in the store.
If the IDataSource interface is not implemented by the object, the COM exception E_NOTIMPL is raised.