View Single Post
  #6  
Old May 19th 06, 06:35 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Help with X-Headers and forwarded/replied emails.

If the properties aren't available then I can't help you. Using Outlook
object model code they would be Item.ConversationIndex and
Item.ConversationTopic.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Sanjay" wrote in message
oups.com...
Ken --

Thanks for your reply.. I tried to get to the PR_CONVERSATION_TOPIC /
PR_CONVERSATION_INDEX property of the response mailitem in the
mailitem_open event. Those properties are not available. Do you have
some sample code I could use?

Here is what I am trying to do. I have a UI element in the inspector
whose value is set to the value of a custom property I set. So when a
user opens a mail item, the property is read and value for the element
is set. Now when the user replies or forwards this message, I have to
set the value of the UI element in the new message. This value has to
be same as the value in the original message. I try to do this in the
MailItem_Open event. But those properties are not available in the
MailItem_Open event for response.

Sample code would help a lot..

Thanks

Sanjay


Ads