Hello,
In my web application, I have the sAMAccountName of my logged-in user. I need to get user's display name and email address. When I search for sAMAccountName by using ExchangeService.ResolveName , the search logic is something like begin-with, so it might return more than one match.
Is there any reliable way to use EWS and get user's Display name based on "DomainName\sAMAccountName" ?
Thank you,