I'm using ews-java-api to access Exchange servers.
I use resolveName(useraddress)
to check user existence and to get some user informations (like its name, etc.).
But when that user is marked as hidden in address list, resolveName
returns null
.
Is there a way to retrieve hidden in address list users using EWS ?
Thanks.