View Single Post
  #2  
Old May 31st 12, 10:04 PM
NDuarte NDuarte is offline
Junior Member
 
First recorded activity at Outlookbanter: May 2012
Posts: 6
Default

Good afternoon!

To change the font you would need to use the following:
Code:
.HTMLBody = "bFONT size='5'UNCLASSIFIED/FONT/b"
instead of using .Body = "UNCLASSIFIED".

.Body opens up a plain text e-mail. When you use .HTMLBody you can incorporate HTML tags such as b for Bold and FONT to determine the size.

Hope this help!

Last edited by NDuarte : May 31st 12 at 10:32 PM. Reason: Add Code Tags
Ads