Share via


SourceURL Property

SourceURL Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The URL of the currently bound item within Microsoft Active Directory or the Exchange store.

Applies To

IDataSource Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

[Visual Basic]Property SourceURL As String

[C++]HRESULT get_SourceURL(BSTRpVal);

Parameters

  • pVal
    Returns the value of the SourceURL property as a reference to a BSTR.

Remarks

The SourceURL property specifies the URL of the currently bound item located in Active Directory or the Exchange store. For example, if you bound and opened an item in the Exchange 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 Component Object Model (COM) object.

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

See Also

SourceClass Property

Open Method

SaveTo Method

SaveToContainer Method

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.