Qiuzman
Qiuzman

Reputation: 1761

MAPI Schema or URN Schema equivalent to finding mailitem.ConversationID()

I have VBA code that uses advancesearch and getTable().

In getTable the default properties do not include conversationID but I can add columns that include schema properties.

I cannot find a conversationID schema in MAPI or URN or anything schema for that matter.

Upvotes: 0

Views: 281

Answers (1)

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66306

To the best of my knowledge, ConversationID is not based on any single MAPI property. ConversationIndex, on the other hand, is based on PR_CONVERSATION_INDEX MAPI property. Is using that property an option?

Upvotes: 1

Related Questions