Conversation Index - Post

J

Jack

Is there a way to change the ConversationIndex of a post item to have it
link to another parent?

Jack
 
K

Ken Slovak - [MVP - Outlook]

According to the Object Browser ConversationIndex is read-only for the
Outlook object model.

You can change that property using CDO 1.21 or Redemption or Extended MAPI
but not with the Outlook object model.
 
J

Jack

Is there anything that one should be aware of when changing the
ConversationTopic (not Index) via CDO (actually I am using Redemption's
RDO)? Do I need to change the ConversationIndex to correspond to the new
Topic???

Jack
 
K

Ken Slovak - [MVP - Outlook]

ConversationIndex starts with a GUID (I forget offhand how it's constructed)
and then for each item in the thread it adds a time struct which takes up 20
bytes as I recall. That's how items are threaded. You can do whatever you
want with that value but things might not thread correctly if you don't
follow the rules.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top