Pavel Kropachev
Pavel Kropachev
I'm a bit confused about Outlook API. Could you show piece of code and raw EWS request and response for ResolveName request?
It's quite interesting. Do you see any differences between contacts (contact that isn't found and contacts that are found)?
Not sure that problem is in EWS API. Do you use Office 365? Have you contacted with Microsoft Support?
How do you get this error? In what cases?
EWS Java API has his own dependencies. Are sure that your declaration of dependencies is correct? In my case all is ok. ```groovy plugins { // Apply the java plugin...
Can you attach the sample of project which generates such error?
Do you use Office 365? Could you attach raw SOAP request/response for bad case?
I've faced with such problem once. But in my case "Exchange Online (Plan 2)" license was unchecked for some users in product licenses.  Also,...
Hi! Do you specify EWS url explicitly or use Autodiscover? Could you show piece of code that throws exception and raw EWS request/response?
Hi! It's strange. Your code looks correct (of course if your users are not `gmail` users 😊). I faced with such problem during attempt to bind folder for newly created...