how to underline or bold in create OL message body

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I tried to automate Outlook email from Access.

In the Body, I have text "Important Message" Can I know how to Bold and
underline the text?

Thanks
 
Aside from HTML formatted e-mails, the only way to format text in the body of
an e-mail programmatically is with a third party tool called Redemption,
which exposes a SafeInspector object with rich access to message formatting.
See http://www.dimastr.com.
 
Thanks for your help

Eric Legault said:
Aside from HTML formatted e-mails, the only way to format text in the body of
an e-mail programmatically is with a third party tool called Redemption,
which exposes a SafeInspector object with rich access to message formatting.
See http://www.dimastr.com.
 
Back
Top