hello everyone Iam using visual studio 2005 and outlook addin 2003.can anyone help me whether i can read my email header and then display it like a link in some place of outlook .actually iam sending the extra data with my email header everytime when i send the email (for example header with a my own link ). Thank you in advance.
In Outlook 2003 and earlier there is no object model way to get at PR_TRANSPORT_MESSAGE_HEADERS (the Internet headers). The problem is compounded by the fact that managed code is not supported when using either CDO 1.21 or Extended MAPI, two API's that do allow you to get at PR_TRANSPORT_MESSAGE_HEADERS. You'd have to use a COM wrapper around MAPI such as the 3rd party Redemption library (www.dimastr.com/redemption). -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Dinesh" wrote in message news:FAF8FB6E-8924-4E1E-8117-B37123FB1D41@microsoft.com... > hello everyone > > Iam using visual studio 2005 and outlook addin 2003.can anyone help me > whether i can read my email header and then display it like a link in some > place of outlook .actually iam sending the extra data with my email header > everytime when i send the email (for example header with a my own link ). > > Thank you in advance.