"JonWayne" <(E-Mail Removed)> wrote in
news:(E-Mail Removed):
> Is there any way to create a mail message with an HTML formatted table
> in the body section, using CDO 1.2.1 library? If so, how?
Officially, no; see
http://support.microsoft.com/default...b;en-us;268440
However, in practise, if you write an RTF body, prefix your HTML with
{\fromhtml1 and append }, it should work -- that's the way to do it in
Extended MAPI, at least.
Writing an RTF body with CDO1.21 isn't trivial, though -- see
http://support.microsoft.com/kb/q172038/
for that.
-- dan