Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
307 stars 41 forks source link

Encrypting sent mails in outlook #46

Open chsafouane opened 3 years ago

chsafouane commented 3 years ago

Hello,

Is there a way to encrypt a mail in the same that is done in Outlook using the Encrypt button?

Thanks

hongooi73 commented 3 years ago

This isn't supported in the Graph API at the moment, so no: https://docs.microsoft.com/en-us/answers/questions/200830/sending-encrypted-e-mail-programatically-with-grap.html

I'll leave this open in case it changes.

ToeKneeFan commented 2 years ago

It was announced a few months ago that encrypted email is supported through the Graph API.

The above answer was correct till last week. But last week at Microsoft Build 2021 conference, we announced a new feature so that you can use Microsoft Graph with S/MIME, encryption etc. You may want to get it started from here. (source)