K
kp
Hi,
I am working on com addin using VC++ 6.0, ATL, Outlook 2003.
I have an event handler OnNewInspector. It gets called when
a email message is opened. I can change email body using
pMailItem->get_Body() and pMailItem->put_Body(). But I want
to change html version of email body using pMailItem->get_HTMLBody()
and pMailItem->put_HTMLBody(). It is not working. Could you please help
me?
Thanks in advance,
KP
I am working on com addin using VC++ 6.0, ATL, Outlook 2003.
I have an event handler OnNewInspector. It gets called when
a email message is opened. I can change email body using
pMailItem->get_Body() and pMailItem->put_Body(). But I want
to change html version of email body using pMailItem->get_HTMLBody()
and pMailItem->put_HTMLBody(). It is not working. Could you please help
me?
Thanks in advance,
KP