EWS 2.0: ResolveName method issue
Recently, I faced up with strange behaviour of ResolveName method of ExchangeService class. This method should finds and resolves contacts in a specified user’s Contacts folder and the Global Address List (GAL). Method is called in the following way: var emailAddress = @”user@example.com”; var resolutions = service.ResolveName(emailAddress); if (resolutions != null && resolutions.Count > 0)… Read More EWS 2.0: ResolveName method issue