Does anybody know how to generate .mht file programmatically in C#, with
embedded images in it? The thing is i have realised that .mht files
are capable of embedding images
MSDN has a great article (June 2011) about how to create an MHT file using both CDO and System.Net.Mail. C# source code is included in-full. I would use this above the VB.Net or Google Code version.