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.