PidTagRemindersOnlineEntryId Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains the EntryID of the reminders folder.
Associated properties: |
PR_REM_ONLINE_ENTRYID |
Identifier: |
0x36D5 |
Data type: |
PT_BINARY |
Area: |
MAPI container |
Remarks
This property is stored in the Inbox folder and in the root folder of the message store. To access the property on a specific message store, do the following.
First, look for the property in the Inbox folder. Use IMsgStore::GetReceiveFolder to obtain a reference to the EntryID for the Inbox folder.
If IMsgStore::GetReceiveFolder is successful, then use the reference to the EntryID of the Inbox and IMsgStore::OpenEntry to open the Inbox and obtain a reference to an IMAPIFolder object.
If IMsgStore::OpenEntry is successful, then use the returned reference to the IMAPIFolder object and IMAPIProp::GetProps to obtain the desired property.
If Step 1, 2, or 3 fails, look for the property in the root folder. To do that, use IMsgStore::OpenEntry, specifying NULL for lpEntryID, to open the root folder of the message store and obtain a reference to the IMAPIFolder object.
If opening the root folder is successful, then use the returned reference to the IMAPIFolder object and IMAPIProp::GetProps to obtain the desired property.
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXOSFLD]
Specifies the properties and operations for creating and locating the special folders in a mailbox.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.