views:

119

answers:

3

I need to send signed emails from within my C# .NET application. Which is the easiest way to do this?

+1  A: 

Hi, hope this answers your question:

http://social.msdn.microsoft.com/Forums/en-US/netfxnetcom/thread/845ff649-5c95-40a5-a813-1da8761102ab

MUG4N
+7  A: 

This open source project contains everything you need to send signed emails.

MailSystem.NET

Pierre 303
Interesting! I'll give it a go, thanks!
antur123
A: 

Also, if you need a component for S/MIME and PGP/MIME support, which includes samples and technical support, you can check MIMEBlackbox components of our SecureBlackbox. Both sending and parsing/processing of secure e-mails is supported.

Eugene Mayevski 'EldoS Corp