Email as Plain Text

TheRacingOlds

New member
Local time
Today, 03:37
Joined
Mar 16, 2010
Messages
9
I have an automated email code that works, however, I would like to specify that it sends the email in plain text versus the default, HTML.

Is there a way to do this?
 
Assuming you are creating an Outlook Mail Item variable in VBA and using it to compose and send your message, then use the .Body property of your Outlook Mail Item object. This will format as plain text. You have to use the .HTMLBody property to send the message as HTML from VBA
 

Users who are viewing this thread

Back
Top Bottom