Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a folder of unencrypted eml files, and I need to import them into outlook after having encrypted the emails.

I found on the Internet a libary named MailBee.NET that enables me in c# to convert eml files into msg files, to encrypt eml files, but if I convert an encrypted eml, the generated msg file doesn't open and seems corrupted.

What I need is a .NET libary that can encrypt an msg message with X-509 certificates, or a way to import an encrypted eml into Outlook.

share|improve this question
That may be trickier than you may think, especially if the messages are already split into multiple S/MIME parts. You need a library to create CMS encrypted messages and a library or code to encode the resulting S/MIME parts I guess (normally part of a mail API). I'm not a .NET dev though... – owlstead May 8 '12 at 21:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.