S
Sanjay
Hi guys..
I have an Outlook plugin for Outlook 2003 SP2 + VS2005 + C#. The
plugin adds extended properties to each message. These properties need
to be inherited by the responses/forwards and so how do I get the
original message from the Response?
I am using the outlook wrapper and the IOleWindow interface to store
instances of open inspectors. But the IOleWindow interface does not
return a window handle when outlook is configured to use word as the
email editor. Because of this I cannot use the Item_Forward event to
save the inhereted property to the response.
There has got to be a way to determine the parent message from the
response. Please help.
Sanjay
I have an Outlook plugin for Outlook 2003 SP2 + VS2005 + C#. The
plugin adds extended properties to each message. These properties need
to be inherited by the responses/forwards and so how do I get the
original message from the Response?
I am using the outlook wrapper and the IOleWindow interface to store
instances of open inspectors. But the IOleWindow interface does not
return a window handle when outlook is configured to use word as the
email editor. Because of this I cannot use the Item_Forward event to
save the inhereted property to the response.
There has got to be a way to determine the parent message from the
response. Please help.
Sanjay