Reputation: 1761
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
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