Sending HTML files with Outlook

X

Xcelsoft

Is there a way to embed an HTML file directly into your
email using VB. Currently I am using Redemption's DLL with
Outlook 2000 to send text emails with an attached PDF
report file.

I have an HTML file that I would like to do the same thing
with. Loop through a customer contact table and create the
email using the embedded HTML file for the body of the email.

Any help will be appreciated.

Thanks,

Xcelsoft
 
K

Ken Slovak - [MVP - Outlook]

Get the file with the HTML encoding and all the tags into a string variable
and then set the item's HTMLBody property to that HTML.
 
Top