You have to create the HTML "manually" with or without embedded images.
This HTML needs to be assigned to .HTMLBody. Use early binding and the
Object Browser to explore the Outlook DOM in the VBA editor.
Stefan is correct. Also take a look at the following link as it demonstrates
the synthax (ie: .HTMLBody = "<HTML><BODY>Enter the message text here.
</BODY></HTML>").
You need to code your message as if you were creating a HTML document, all
the standard tag apply (<i></i>, <b></b>, <br/>, <p>, <h1>,..., <h6>, <a
href>..., <img src>...., ...). Make sure you use opening and closing <HTML>
and <BODY> tags.
--
Hope this helps,
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.