VBDotNetProgrammer
Programmer
Hi all,
Im creating an email and sending it using
Dim objOutlook As New Outlook.Application()
etc etc. What im doing is formatting strings and passing them into the body etc.
What i want to do is be able to set the font of the text i send in the email to courier and not whatever the user has set as their default font in outlook.
Is there a way of doing this in VB.Net?
Thanks
Im creating an email and sending it using
Dim objOutlook As New Outlook.Application()
etc etc. What im doing is formatting strings and passing them into the body etc.
What i want to do is be able to set the font of the text i send in the email to courier and not whatever the user has set as their default font in outlook.
Is there a way of doing this in VB.Net?
Thanks