ExchangeServiceResolveName - метод

Список перегрузок

ResolveName(String) Finds contacts in the user's Contacts folder and the Global Address List (in that order) that have names that match the one passed as a parameter. Calling this method results in a call to EWS.
ResolveName(String, ResolveNameSearchLocation, Boolean) Finds contacts in the Global Address List that have names that match the one passed as a parameter. Calling this method results in a call to EWS.
ResolveName(String, IEnumerableFolderId, ResolveNameSearchLocation, Boolean) Finds contacts in the Global Address List and/or in specific contact folders that have names that match the one passed as a parameter. Calling this method results in a call to EWS.
ResolveName(String, ResolveNameSearchLocation, Boolean, PropertySet) Finds contacts in the Global Address List that have names that match the one passed as a parameter. Calling this method results in a call to EWS.
ResolveName(String, IEnumerableFolderId, ResolveNameSearchLocation, Boolean, PropertySet, CancellationToken) Finds contacts in the Global Address List and/or in specific contact folders that have names that match the one passed as a parameter. Calling this method results in a call to EWS.

См. также