Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OlItemType enumeration identifies POOM item types.
Syntax
enum OlItemType {
olAppointmentItem = 1,
olContactItem = 2
olTaskItem = 3
olCityItem = 102
};
Elements
- olAppointmentItem
An Appointment item. - olContactItem
A Contact item. - olTaskItem
A Task item. - olCityItem
A City item.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib
See Also
How to: Create a PIM Item | Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations
Send Feedback on this topic to the authors