N
Noel Weichbrodt
I am writing a C# Outlook 2003 Add-in in Visual Studio 2003. My task is to
create a Reply to All button in the outlook Reply form, so that you may add
in all the original recipients of the message as you draft your reply. It
seems to me the easiest and best way to do that is to use the relationship
between the reply and the original message.
However, I am not finding that relationship reflected in the API of the
Outlook object model. The closest I can find is the ConversationIndex
property of the MailItem.
Starting from the ActiveInspector object, is there a way to access the
mailitem that the reply is in response to?
TIA.
Noel
create a Reply to All button in the outlook Reply form, so that you may add
in all the original recipients of the message as you draft your reply. It
seems to me the easiest and best way to do that is to use the relationship
between the reply and the original message.
However, I am not finding that relationship reflected in the API of the
Outlook object model. The closest I can find is the ConversationIndex
property of the MailItem.
Starting from the ActiveInspector object, is there a way to access the
mailitem that the reply is in response to?
TIA.
Noel