Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
308 stars 42 forks source link

Identifying Encrypted Email in office 365 #140

Closed supriyabhattacherjee closed 6 months ago

supriyabhattacherjee commented 1 year ago

Is there any way to identify if the mail is encrypted. I tried to check via graph api but there is no information about this information. except for the message purview encryption text.

hongooi73 commented 6 months ago

If it isn't exposed in the Graph API, then it isn't possible with the R package, which is simply a wrapper for it. Sorry.