Java Auth x EWS

Docs and code samples for Java Auth

API Permission for this example
circle-info

This old example is using the "basic auth" method

...which needs to be replaced with the code snippets from this documentarrow-up-right by getting a token first

...then pass the token to the ewsclient

circle-info

The example above is using the "Interactive" method for auth; if we need to use the "Non-Interactive" method, we need to use another method to get the token, like the guide herearrow-up-right.

More examples can be found here.arrow-up-right

Sample codes from Microsoft below

Last updated