Would anyone know how to change the font in an email generated by new ActiveXObject("Outlook.Application")?
This seems to default to Times New Roman regardless of the default settings in the mail client.
Thanks
Would anyone know how to change the font in an email generated by new ActiveXObject("Outlook.Application")?
This seems to default to Times New Roman regardless of the default settings in the mail client.
Thanks
The Outlook object model provides three main ways for working item bodies:
You can read more about all these ways in the Chapter 17: Working with Item Bodies. It us up to you which way is to choose to customize the message body. But the last two ways allows to choose a font.