You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
I'm trying to connect to EWS like in the example: service.autodiscoverUrl("mymail@address.com", new RedirectionUrlCallback()); but it just hangs in that function for over 3 minutes and nothing happens. I see in the debugger it stays on static native int connect0(int var0, InetAddress var1, int var2) throws IOException;.