PidTagStoreEntryId Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains the unique entry identifier of the message store where an object resides.
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.