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 ...
1
vote
2answers
465 views
Do most email clients support MHTML?
Do all modern email clients (online and desktop apps) support MHTML email content in which images and other resources are embedded in the email?
In addition is this the standard that should be used ...
0
votes
2answers
577 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
781 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 ...