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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top