Tagged Questions
1
vote
5answers
2k views
sending inline MHTML
I was wondering if it is possible through the .NET 2.0 MailMessage object to send an inline MHTML file that is created on the fly.
By inline I mean: It should be sent in a way that the user can see ...
0
votes
0answers
99 views
Convert HTML to MHTML in C# for compact framework
Can anyone tell me how to create an MHTML file or how to convert HTML to MHTML in the compact framework using C#?
0
votes
1answer
568 views
BinaryWrite of MHT file is not treated as MHT by IE
I have an MHTML file which has embedded images. The MHTML is generated on the server and then I will typically deliver the file using a BinaryWrite. I've also tried Server.Transfer, Response.Write ...
0
votes
2answers
603 views
Send already generated MHTML using CDOSYS through C#?
I have a ready generated MHTML as a byte array (from Aspose.Words) and would like to send it as an email. I'm trying to do this through CDOSYS, though am open to other suggestions. For now though I ...
0
votes
2answers
813 views
Sending mhtml emails - C#
I have a requirement to send emails containing both text and Images.
So, I have .mhtml file that contains the content that needs to be emailed over.
I was using Chilkat for this, but in outlook 2007 ...
0
votes
1answer
648 views
Convert HTML to MHTML
HI..
is there any way to convert HTML and its associated images to MHTML in windows mobile...
Thanks
0
votes
1answer
952 views
Extracting Content from MHT Document
Is anybody aware of any libraries for working with MHT files (Multi-Part MIME files) in .NET? I need to programmatically extract the contents from an existing MHT file containing a Flash website. I ...