Sending HTML files with Outlook

  • Thread starter Thread starter Xcelsoft
  • Start date Start date
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
 
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.
 
Back
Top