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