You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
I am trying to retrieve list of users from Outlook using the Outlook API Exchange Webservices in a java stand alone application. To retrieve the list, I am using "resolveName". I find that sometimes when outlook returns multiple email ids for a name, the list that resolveName returns does not contain the last address. This does not happen with all the names that have multiple email ids returned by outlook.
Example - if the name "John Test" returns 5 emails ids when manually searched for in Outlook, the method resolveName returns only 4 addresses.
Does anybody have an idea of what might be happening here, or if I should use some method other than resolveName?