How to create HTML email with embeded image and show it in the default mail client using .net (c#)?

Posted by NVM on Stack Overflow See other posts from Stack Overflow or by NVM
Published on 2010-12-22T07:16:40Z Indexed on 2010/12/22 7:54 UTC
Read the original article Hit count: 193

Filed under:
|
|
|
|

If you look at the Snip tool in windows there is an option to send the snip as an embedded attachment in the default mail client (I guess as an html email). I need exactly that.

At the moment I am using simple MAPI to attach the image but that does not allow embedding.

One key requirement is that it should be created and then shown in the default mail client. I don't think I can use System.Net.Mail for that. Or can I?

Its a WPF application using c#.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET