CDO 1.2.1 and HTML body

  • Thread starter Thread starter JonWayne
  • Start date Start date
J

JonWayne

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?
Thank you all
 
JonWayne said:
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.aspx?scid=kb;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
 
Back
Top