OlCurrentCity (Windows Embedded CE 6.0)

1/6/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

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Pocket Outlook Object Model Interfaces

Other Resources

Pocket Outlook Object Model Enumerations