Azure Information Protection | How to decrypt .EMLs coming from EWS API?
问题 Given: We use EWS API to download email messages from Office 365 (Exchange Online) When emails are encrypted using AIP, body comes in encrypted Admin user is super-user - this user's creds are used to make requests against EWS Ask: In order to decrypt, it seems that we need to use https://docs.microsoft.com/en-us/information-protection/develop/concept-handler-protection-cpp . Is this the correct API to use? If so, above API is in C++. Is there anything available in C#? Simple samples of how