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

Definition

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

Параметры

nameToResolve  String
The name to resolve.
searchScope  ResolveNameSearchLocation
The scope of the search.
returnContactDetails  Boolean
Indicates whether full contact information should be returned for each of the found contacts.

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

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

См. также