Share via


ContactURL Property

Topic Last Modified: 2006-06-13

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

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property ContactURL As String
HRESULT get_ContactURL(BSTR* pVal);HRESULT put_ContactURL(BSTR Val);

Parameters

  • pVal
    Returns the value of the ContactURL property as a reference to a BSTR.
  • Val
    Sets the value of the ContactURL property to the value of the BSTR.

Remarks

The ContactURL property corresponds to the ICAL CONTACT parameter, which is defined as a Uniform Resource Identifier (URI). A URI can only be made up of US-ASCII characters. Collaboration Data Objects (CDO) assumes that this property is always made up of US-ASCII characters, and no character encoding conversions are performed.