Convert HTML String to MHT

Question:

I have a HTML string which I need to save as a MHT file. As far I can see this is not possible. Have you any suggestion how I can accomplish this?

Answer:

Part of the problem could be that Chilkat MHT needs to know how to find the external elements referenced by the HTML. If the image URLs are relative, you will need to set the BaseURL property to either a URL or disk filepath so that Chilkat MHT can re-create the full URL/path.