OlDefaultFolders
The OlDefaultFolders enumeration identifies the default folder container objects that ship with Outlook Mobile.
Syntax
enum OlDefaultFolders {
olFolderCalendar = 9,
olFolderContacts = 10
olFolderTasks = 13
olFolderCities = 101,
olFolderInfrared = 102,
};
Elements
- olFolderCalendar
The default Calendar folder. - olFolderContacts
The default Contacts folder. - olFolderTasks
The default Tasks folder. - olFolderCities
The default Cities folder. - olFolderInfrared
The default Infrared folder.
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: Add PIM Items to the Outlook Mobile Database | Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations
Send Feedback on this topic to the authors