how to underline or bold in create OL message body

S

slimla

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
 
E

Eric Legault [MVP - Outlook]

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.
 
S

slimla

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.
 
Top