How can I convert an HTML string to MHT (MHTML) in memory. I do not want to use the local file system at all? I am using C#.
Take a look at this
I ended up using something based on Jeff Atwood's MhtBuilder.