OlCurrentCity

Send Feedback

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

Note   This method is supported only for Pocket PC 2000 software for Pocket PCs.

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 nt the user's home city. The user is currently travelling.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: None
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib

See Also

Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.