I am sending an email from a VBScript program using 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
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