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.

Definition

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

Параметры

nameToResolve  String
The name to resolve.

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

TaskNameResolutionCollection
A collection of name resolutions whose names match the one passed as a parameter.

См. также