avdhut
Feb 13, 2023Copper Contributor
Status:
New
How to conect to microsoft exchange using API with java application?
I want to conect to microsoft exchange using API with java application run security algorithms before it reaches user's inbox. How can I do that the API " GET https://graph.microsoft.com/v1.0/me/me...
EricLegault
Feb 20, 2023Brass Contributor
Transport Agents can only be used with Exchange Server (on-premise, not cloud). You need Graph to access Exchange Online data, and you cannot use Graph to process emails before they are delivered to a user mailbox.