Forum Discussion
MichaelDenmark
Aug 25, 2022Copper Contributor
EWS with oAuth "An internal server error occurred. The operation failed."
Hi... Since yesterday, my synchronization application starts throwing exceptions with the following error "An internal server error occurred. The operation failed." It only happen for mai...
MichaelDenmark
Aug 25, 2022Copper Contributor
I've found out that the problem can be solved by added a header after setting ImpersonalteUserId
service.HttpHeaders.Add("X-AnchorMailbox", mailbox.Mailbox);
Karl_Farrugia
Aug 25, 2022Copper Contributor
Thanks for sharing. This solved our issue as well