Different values for PidlidPrivate property in MAPI?

Viewed 7
1 Answers

The first one is right - it is the property id.

The second one is the property tag in a particular message store.

The former is what you pass to IMAPIProp::GetIdsFromNames. Its value is the same for all stores. The latter is what IMAPIProp::GetIdsFromNames returned for that id (0x8506) for that particular message store. The actual value will vary from store to store.

Related