Platform SDK: Exchange Server

Opening Special Folders

The entry identifiers of certain special folders (such as the IPM Subtree, the Outbox, and the Sent Items folder) are stored as properties on the information store objects that contain them.

To open a special folder

  1. Open the private, personal, or public information store. This returns an LPMDB pointer to the open information store. See Opening an Information Store.
  2. Open the folder within the information store by calling the MAPI IMsgStore::OpenEntry method. In this function call, pass the entry identifier of the folder in the lpEntryID parameter. For a list of entry identifiers, see Entry Identifiers of Special Folders and Expressing Paths to Folders.