Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting a font in VB.Net

Status
Not open for further replies.

VBDotNetProgrammer

Programmer
Jul 9, 2003
50
GB
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
 
You will need to create an HTML email to do this. Just use the font tags to do this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top