Platform SDK: Exchange 2000 Server

IGetSourceURL::GetSourceURL

[This is preliminary documentation and subject to change.]

This method returns the URL of the source row.

[Visual Basic,VBscript]
Function GetSourceURL As String
read-only
[C++]
HRESULT GetSourceURL(BSTR * pbstrURL);
[IDL]
[propget] HRESULT GetSourceURL(BSTR * pbstrURL);
pbstrURL [C++,IDL]
On successful return, contains a pointer to the URL of the source row.

Return Value

This method returns S_FALSE if the call fails.

Remarks

This method is only available in an OnSyncSave event during a move operation.