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 has been archived by the owner on Jun 18, 2024. It is now read-only.
Hi ,I am trying to read emails using this ews-java-api every 5 mins using a batch process and it completes in 1 min max as we just read first 10 emails. In a day we can see average 3 to 5 times intermittent error "The request failed. The request failed. The remote server returned an error: (401)Unauthorized".
It occurs when we call below highlighted line:
Mailbox mb = new Mailbox(emailAddress);
FolderId folder = new FolderId(WellKnownFolderName.Inbox, mb); FindItemsResults result = service.findItems(folder, view);
The text was updated successfully, but these errors were encountered:
maxynandy
changed the title
The request failed. The request failed. The remote server returned an error: (401)Unauthorized ( Intermittently)
The request failed. The remote server returned an error: (401)Unauthorized ( Intermittently)
Apr 8, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi ,I am trying to read emails using this ews-java-api every 5 mins using a batch process and it completes in 1 min max as we just read first 10 emails. In a day we can see average 3 to 5 times intermittent error "The request failed. The request failed. The remote server returned an error: (401)Unauthorized".
It occurs when we call below highlighted line:
Mailbox mb = new Mailbox(emailAddress);
FolderId folder = new FolderId(WellKnownFolderName.Inbox, mb);
FindItemsResults result = service.findItems(folder, view);
The text was updated successfully, but these errors were encountered: