Rich text into Outlook message

  • Thread starter Thread starter Patman
  • Start date Start date
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.
 
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
 
Back
Top