Skip to content

Latest commit

 

History

History
85 lines (49 loc) · 2.73 KB

pidtagstoreentryid-canonical-property.md

File metadata and controls

85 lines (49 loc) · 2.73 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
PidTagStoreEntryId Canonical Property
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.PidTagStoreEntryId
COM
0d705667-19f4-4eda-a068-e65ea8f00d9b
Contains the unique entry identifier of the message store where an object resides. This property is used to open a message store with the IMAPISession::OpenMsgStore method.

PidTagStoreEntryId Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains the unique entry identifier of the message store where an object resides.

Property Value
Associated properties:
PR_STORE_ENTRYID
Identifier:
0x0FFB
Data type:
PT_BINARY
Area:
ID properties

Remarks

This property is used to open a message store with the IMAPISession::OpenMsgStore method. It is also used to open any object that is owned by the message store.

For a message store, this property is identical to the store's own PR_ENTRYID (PidTagEntryId) property. A client application can compare the two properties using the IMAPISession::CompareEntryIDs method.

Related resources

Protocol specifications

[MS-OXPROPS]

Provides references to related Exchange Server protocol specifications.

[MS-OXCMSG]

Handles message and attachment objects.

[MS-OXCICAL]

Converts between IETF RFC2445, RFC2446, and RFC2447, and appointment and meeting objects.

[MS-OXOFLAG]

Specifies the properties and operations related to flagging.

[MS-OXSHARE]

Shares mailbox folders between clients.

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