Platform SDK: Exchange 2000 Server

GEOLatitude Property

[This is preliminary documentation and subject to change.]

Contains the geographical latitude of an appointment's location.

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

Remarks

Positive values from 0 to 90 are degrees north latitude. Negative values from 0 to -90 are degrees south latitude.

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 geolatitude.