Sample code for HTML to MHTML C# conversion. Use API example code for batch HTML files to MHTML conversion within VB.NET, Asp.NET or any .NET based application....HTML to MHTML C# Conversion var eml = MailMessage.Load( "content...html" , new HtmlLoadOptions()); eml.Save( "output.mhtml" , SaveOptions...