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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending Email using MS Outlook

Status
Not open for further replies.

Mighty

Programmer
Feb 22, 2001
1,682
US
I am sending an email from a VBScript program using MS Outlook with the following set up:

Set oolApp = CreateObject("Outlook.Application")
Set email = oolApp.CreateItem(0)
.
.
.

Does anyone know how to set the format of the mail to HTML? Mise Le Meas,

Mighty :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top