Sending email from VBA

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi

I want to send an email'from VBA the mail will be
displayed with Outlook, but can specified from the code
with word will be in bold or underlined

Thanks
 
Chris said:
Hi

I want to send an email'from VBA the mail will be
displayed with Outlook, but can specified from the code
with word will be in bold or underlined

If you're using Outlook automation you would have to compose a message body
using HTML formatting tags and place the message string in the HTMLBody of
the message instead of the standard Body. Then you can apply formatting
like Bold or Underline.
 
Hi Rick

Thanks for your answer but how can I make an HTML
formatting tags in VBA it's the first time I know about
it

Thanks a lot
 
Back
Top