OlDefaultFolders (Compact 7)

3/12/2014

The OlDefaultFolders enumeration identifies the POOM default folder container objects.

Syntax

enum OlDefaultFolders {
    olFolderUndefined = 0,
  olFolderCalendar = 9,
  olFolderContacts = 10,
  olFolderTasks    = 13,
    olFolderNotes    = 14,
    olFolderInbox    = 15,
  olFolderCities   = 101,
  olFolderInfrared = 102
};

Elements

  • olFolderUndefined
    The generic folder. Applies to Windows Embedded Compact 7.
  • olFolderCalendar
    The default Calendar folder.
  • olFolderContacts
    The default Contacts folder.
  • olFolderTasks
    The default Tasks folder.
  • olFolderNotes
    The default Notes folder. Applies to Windows Embedded Compact 7.
  • olFolderInbox
    The default Inbox folder. Applies to Windows Embedded Compact 7.
  • olFolderCities
    The default Cities folder.
  • olFolderInfrared
    The default Infrared folder.

    Note While the POOM has members related to infrared communication, Windows Embedded Compact 7 does not support the use of infrared hardware.

Requirements

Header

pimstore.h

Library

Pimstore.lib

See Also

Reference

Pocket Outlook Object Model Enumerations
Pocket Outlook Object Model Interfaces
IFolder::get_DefaultItemType
IPOutlookApp::GetDefaultFolder