Platform SDK: Exchange 2000 Server

ContactURL Property

[This is preliminary documentation and subject to change.]

Contains a URL for accessing an alternative format of the contact information.

[Visual Basic,VBScript]
Property ContactURL As String
[C++]
HRESULT get_ContactURL(BSTR* pVal);
HRESULT put_ContactURL(BSTR Val);
[IDL]
HRESULT [propget] ContactURL([out,retval] BSTR* pVal);
HRESULT [proput] ContactURL([in] BSTR Val);

Remarks