Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 2.91 KB

pidtagremindersonlineentryid-canonical-property.md

File metadata and controls

79 lines (47 loc) · 2.91 KB
title description manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid
PidTagRemindersOnlineEntryId Canonical Property
Outlines the PidTagRemindersOnlineEntryId canonical property, which contains the EntryID of the reminders folder.
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.PidTagRemindersOnlineEntryId
COM
cad25cca-248d-4845-9d60-7aa60f2dda62

PidTagRemindersOnlineEntryId Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains the EntryID of the reminders folder.

Property Value
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.

  1. First, look for the property in the Inbox folder. Use IMsgStore::GetReceiveFolder to obtain a reference to the EntryID for the Inbox folder.

  2. 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.

  3. If IMsgStore::OpenEntry is successful, then use the returned reference to the IMAPIFolder object and IMAPIProp::GetProps to obtain the desired property.

  4. 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.

  5. 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.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names