Share via

Does office 365 email support encryption ?

Anonymous
2021-08-18T17:21:13.957+00:00

I am sending sensitive information and I want to send my email in encrypted way. Is this supported in office 365 graph api ?

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Glen Scales 4,446 Reputation points
    2021-08-19T00:05:35.827+00:00

    The Microsoft Graph gives you the raw ability to send a Message in MIME https://learn.microsoft.com/en-us/graph/outlook-send-mime-message so you should be able to use SMIME in theory anyway I've never seen an example of this yet.

    The other option for encrypted messaging is Azure Rights Management the Graph can't be used for this as its quite complex and deals with encrypted MSG (OLE messages) but there are specific SDK's if your building an IOS or Andriod apps to help do this.

    https://learn.microsoft.com/en-us/windows/win32/srvnodes/rights-management

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.