Our code hasn't changed and we're on the latest nuget - the failing code is:
var view = new EWS.ItemView(10);
var result = await (await GetExchangeService()).SearchPeople(view, filter);
When this code is invoke an exception is thrown, using Fiddler we can see the generated request and response.
AllPropertiesandy couzenstrueAutoAn internal server error occurred. The operation failed., Auto are unrecognized sources.ErrorInternalServerError0000
This is when calling O365 - tried using a few different accounts with the same result.
Our code hasn't changed and we're on the latest nuget - the failing code is:
When this code is invoke an exception is thrown, using Fiddler we can see the generated request and response.