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...
avdhut
Feb 13, 2023Copper Contributor
Graph Rest API provides privilages to work with single user. I have to write code for all users in specific domain.
I want to read and modify the messages for all users in domain example.com before it reaches user's inbox to keep the users in example.com safe from phshing emails.