I try to develop a program that runs against a service mailbox c. How can I get adress A for those messages that are sent from A to address B and auto-forwarded to C? For those forwarded messages, the sender is B and receipient is C. I can parse message body for those email address of A. I am looking for a better way or a definite answer of "No way". Thanks
"no way" :-) You can try to find the original message based on the value of the PR_CONVERSATION_INDEX property, but this is far from being fool proof. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "BiangL" wrote in message news:11ACBDD3-6325-4EBC-BBF7-66375281273D@microsoft.com... >I try to develop a program that runs against a service mailbox c. How can >I > get adress A for those messages that are sent from A to address B and > auto-forwarded to C? For those forwarded messages, the sender is B and > receipient is C. I can parse message body for those email address of A. > I > am looking for a better way or a definite answer of "No way". > > Thanks