Ecrypted Email

Add-in Express™ Support Service
That's what is more important than anything else

Ecrypted Email
 
Evgeniy Zhukov




Posts: 3
Joined: 2015-06-17
I am writing a plugin to work with encrypted mail
when accessing the encrypted message receive an error message "The security system can not find your digital ID"
if you install the certificate in the store, the mail will be automatically decrypted (Outlook 2010), but I do not need
how to access the encrypted mail and work with it on their own?
Posted 17 Jun, 2015 02:17:58 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Evgeniy,

The Outlook object model doesn't provide anything to help you. I suppose that you'll need to use Extended MAPI. I suggest that you ask your question on the Outlook for Developers forum at https://social.msdn.microsoft.com/Forums/en-US/home?forum=outlookdev. Also you can google for encrypted email MAPI, see e.g. http://stackoverflow.com/questions/27555557/opening-encrypted-emails-with-c-sharp.


Andrei Smolin
Add-in Express Team Leader
Posted 17 Jun, 2015 03:43:56 Top
Evgeniy Zhukov




Posts: 3
Joined: 2015-06-17
мне подсказали, что вам можно писать на русском
т.е. вы говорите что с помощью вашей разработки невозможно работать с smime самостоятельно (без авто-расшифровки)
а нужно использовать технологию Extended MAPI например вот это http://www.dimastr.com/redemption/home.htm
Posted 17 Jun, 2015 04:48:06 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Eugene,

We accept forum messages in English only; this allows other developers read the forum. If you need to access us in Russian, please send us an email to the support email address; you can find it in {Add-in Express installation folder}\readme.txt. Please make sure your email contains a link to this topic. If you send us a message in a language other than English or Russian, we use translate.google.com to read your message.

Add-in Express is a tool that combines a number of wrappers over the features that Office provides. You should understand that Outlook itself is sort of wrapper as well; it wraps the features that Extended MAPI provides. Since the feature in question isn't covered by the Outlook object model, you need to use Extended MAPI. It is really possible that Redemption will be suitable for you. Still, I'd contact the author - Dmitry Streblechenko - using the Outlook for Developers forum (see my previous message).


Andrei Smolin
Add-in Express Team Leader
Posted 17 Jun, 2015 05:04:59 Top
Evgeniy Zhukov




Posts: 3
Joined: 2015-06-17
thanks for the reply
Posted 17 Jun, 2015 05:18:26 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
You are welcome.


Andrei Smolin
Add-in Express Team Leader
Posted 17 Jun, 2015 05:25:25 Top