Rich text into Outlook message

P

Patman

Hello:

I am trying to print an email message in Rich text format
from Access application. An idea is to get bold
characters into body of the message. I am using the
Outlook object model (Outlook and Access 2002).


I was wondering if someone has written some code or can
share some experience.

Thanks.
 
D

Dave Jones

Suggest you look at the HTMLbody property as opposed to the Body propery.

You could then create the body in HTML (as a string) and pass this to the
HTMLbody propery of the Item.

This would allow you to do what you want.

Dave
 

Ask a Question

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.

Ask a Question

Top