OfficeDev / ews-java-api

A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.
MIT License
870 stars 560 forks source link

Resolve ambiguous names by using EWS #747

Open nvPhong321 opened 2 years ago

nvPhong321 commented 2 years ago

I have a question about "Resolve ambiguous names by using EWS :" I have a list of usernames "use-r1@gmail.com, #user2@gmail.com, 2user@gmail.com" and I'm searching username by but I encountered the following cases :

this is my code : `<ResolveNames xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" ReturnFullContactData="true">

keysearch

`

So I have some questions :