Hi, I am able to create an html string with formatting
tags. unfortunitely the following lines insert the content
including the tags as an ordinary text string.
.BodyFormat = olFormatHTML
.Body = msgBodyText
How do I instruct outlook to use the html tags?
Any idea or suggestions appreciated :-)
Thanks
Jonathan Parminter
Jonathan Parminter - 31 May 2004 00:23 GMT
Hi, I've discovered the answer (that I'm sure you already
knew...)
.HTMLBody = msgBodyText
Cheers
Jonathan
>-----Original Message-----
>Hi, I am able to create an html string with formatting
[quoted text clipped - 11 lines]
>Jonathan Parminter
>.