OfficeDev / ews-managed-api

Other
583 stars 317 forks source link

Recently started getting bad response when calling SearchPeople #266

Open andycouzens-egress opened 3 years ago

andycouzens-egress commented 3 years ago

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.

AllProperties andy couzens true Auto An 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.