Platform SDK: Exchange 2000 Server

GEOLongitude Property

[This is preliminary documentation and subject to change.]

Contains the geographical longitude of an appointment's location.

[Visual Basic,VBScript]
Property GEOLogitude As Long
[C++]
HRESULT get_GEOLogitude(long* pVal);
HRESULT put_GEOLogitude(long Val);
[IDL]
HRESULT [propget] GEOLogitude ([out,retval] long* pVal);
HRESULT [proput] GEOLogitude ([in] long Val);

Remarks

Positive values from 0 to 180 are degrees east longitude. Negative values from 0 to -180 are degrees west longitude.

You must set both GEOLatitude and GEOLongitude for this property to be saved. If you only set one of these two properties, the value is not saved.

This property is also available as the schema field geolongitude.