Для изменения размера нажмите или перетащите

ExchangeServiceResolveName(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.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<NameResolutionCollection> ResolveName(
	string nameToResolve
)

Параметры

nameToResolve
Тип: SystemString
The name to resolve.

Возвращаемое значение

Тип: TaskNameResolutionCollection
A collection of name resolutions whose names match the one passed as a parameter.
См. также