Hi,
I'm using VBScript in Outlook to write to a rich text email Message Body. How do\Can I format the fonts, Underline, add Bold change colors etc. in the VB Script Code?
Code I have works fine and looks like......
MessageString = "Text I Want to Add" & chr(13) & "More Text on New Line"
email.Body = MessageString
email.display
Thanks
I'm using VBScript in Outlook to write to a rich text email Message Body. How do\Can I format the fonts, Underline, add Bold change colors etc. in the VB Script Code?
Code I have works fine and looks like......
MessageString = "Text I Want to Add" & chr(13) & "More Text on New Line"
email.Body = MessageString
email.display
Thanks