The PR_STORE_ENTRYID property contains the unique entry identifier of the message store in which an object resides.
| Header file: | MAPITAGS.H |
| Must be exposed by: | Folder, message, and message store objects |
| Identifier: | 0x0FFB |
| Property type: | PT_BINARY |
| Property tag: | 0x0FFB0102 |
The PR_STORE_ENTRYID property is used to open a message store with the IMAPISession::OpenMsgStore method. It is also used to open any object owned by the message store.
For a message store, this property is identical to the store's own PR_ENTRYID property. A client application can compare the two properties using the IMAPISession::CompareEntryIDs method.