Thread: Question Convert? Output HTML to MHT
View Single Post
  #1 (permalink)  
Old 02-23-2009, 7:22 AM
takwirira takwirira is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Dec 2007
Posts: 23
Reputation: 30
takwirira is on a distinguished programming path ahead
Default Convert? Output HTML to MHT

I have managed to code my website to display its HTML source or store it to a variable code on the fly. This version of the web page requires to be sent to an email recipient. Because the page has a couple of images it'd make the email bulky if I sent all the attachments neither will referencing the URL images to an external site in case it has to be archived or viewed offline.

I am looking for a solution to convert HTML code to MHT format.

Thanks
Reply With Quote