HTML message body

J

Jonathan Parminter

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
 
J

Jonathan Parminter

Hi, I've discovered the answer (that I'm sure you already
knew...)

..HTMLBody = msgBodyText

Cheers
Jonathan
 
Top