LocationURL Property

Topic Last Modified: 2006-06-13

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

Applies To

IAppointment Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property LocationURL As String
HRESULT get_LocationURL(BSTR* pVal);HRESULT put_LocationURL(BSTR Val);

Parameters

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

Remarks

This property is also available as the locationurl Field in the Exchange store schema.

The LocationURL property corresponds to the ICAL LOCATION 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.