Platform SDK: Exchange 2000 Server

DirURL Property

[This is preliminary documentation and subject to change.]

Contains the directory URL to which this addressee resolved.

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

Remarks

This property defaults to the empty string until the addressee is resolved using the IAddressee::CheckName method. Once the addressee is resolved, the DirURL property contains the directory URL to the corresponding directory object. If the search criteria were ambiguous and multiple matches occurred, the DirURL property remains empty.

Note that you can set the DirURL explicitly and then call IAddressee::CheckName. In this case, if the URL is valid, the IAddressee::ResolvedStatus property is set to cdoResolved and the interface's other properties are populated with the corresponding values.