Is there any way to convert HTML and its associated images to MHTML in windows mobile?
Asked
Active
Viewed 3,693 times
2 Answers
2
Here is an article that explains how to do it in ASP.NET, maybe you can adapt it or grab some ideas for your environment: http://www.codeproject.com/KB/aspnet/aspnethtml2mht.aspx

Konamiman
- 49,681
- 17
- 108
- 138
0
Here is a class I wrote to do this: https://github.com/DavidBenko/MHTML-to-HTML-Decoding-in-C-Sharp.
Here is a go through on how to use it.
Feel free to fork it for your needs.

PRNDL Development Studios
- 3,270
- 2
- 35
- 50
-
Not useful: Converts ***HTML to MHTML***, not _MHTML to HTML_ – Kiquenet Oct 22 '16 at 12:53