Hello,
I'm trying to access folder contents of a specific user in my azure tenant.
After entering the E-mail and password I get an error.
await client.LoginAsync("mock@test.com", "******", EwsAuthentication.OAuth20);
The Error:
Error: Rebex.Net.EwsException: OAuth token submitted with the request can not be parsed (invalid_token).
any ideas?