Platform SDK: Exchange 2000 Server

SourceURL Property

[This is preliminary documentation and subject to change.]

The URL of the currently bound item within Active Directory or the Web Store.

[Visual Basic,VBScript]
Property SourceURL as String
Read-only
[C++]
HRESULT get_SourceURL(BSTR* pVal);
[IDL]
HRESULT [propget] SourceURL([out,retval] BSTR* pVal);

Remarks

The SourceURL property specifies the URL of the currently bound item located in Active Directory or the Web Store. For example, if you bound and opened an item in the Web Store using the IDataSource.Open method, the SourceURL is a URL to that item. If there is no currently bound item, the SourceURL property returns an empty string. This does not mean that the object is not bound; the object may still be bound to a COM object.

If both the SourceURL and the SourceClass properties return an empty string, then the implementing object is not bound.

See Also

IDataSource.SourceClass

IDataSource.Open

IDataSource.SaveTo

IDataSource.SaveToContainer