E
Eric
I'm writing an Outlook add-in which is going to work with HTML emails.
In another program I've written I loaded HTML into the MSHTML
(Internet Explorer) control and used the DOM (document object module)
which makes it easy to edit the HTML tags. Now I'm trying to open an
HTML file, from disk, edit a few IMG tags, and then send that HTML to
Outlook, and I'd like to avoid having to load the HTML into a hidden
MSHTML control just to parse it. Does Outlook exposes any functions
to help with this, via Outlook Object Module, Extended MAPI, or via
some other DLL/OCX?
In another program I've written I loaded HTML into the MSHTML
(Internet Explorer) control and used the DOM (document object module)
which makes it easy to edit the HTML tags. Now I'm trying to open an
HTML file, from disk, edit a few IMG tags, and then send that HTML to
Outlook, and I'd like to avoid having to load the HTML into a hidden
MSHTML control just to parse it. Does Outlook exposes any functions
to help with this, via Outlook Object Module, Extended MAPI, or via
some other DLL/OCX?