OlCurrentCity

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The OlCurrentCity enumeration identifies whether the user's current city is the user's home city.

Syntax

enum OlCurrentCity {
  olHomeCity     = 0,
  olVisitingCity = 1
};

Elements

  • olHomeCity
    The user's current city is also the user's home city.
  • olVisitingCity
    The user's current city is not the user's home city. The user is currently traveling.

Remarks

For Windows Mobile

This method is supported only for Pocket PC 2000.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2000 and later

See Also

Reference

Pocket Outlook Object Model Interfaces

Other Resources

Pocket Outlook Object Model Enumerations