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

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

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<NameResolutionCollection> ResolveName(
	string nameToResolve,
	IEnumerable<FolderId> parentFolderIds,
	ResolveNameSearchLocation searchScope,
	bool returnContactDetails,
	PropertySet contactDataPropertySet,
	CancellationToken token = default
)

Параметры

nameToResolve
Тип: SystemString
The name to resolve.
parentFolderIds
Тип: System.Collections.GenericIEnumerableFolderId
The Ids of the contact folders in which to look for matching contacts.
searchScope
Тип: Tessa.Exchange.WebServices.DataResolveNameSearchLocation
The scope of the search.
returnContactDetails
Тип: SystemBoolean
Indicates whether full contact information should be returned for each of the found contacts.
contactDataPropertySet
Тип: Tessa.Exchange.WebServices.DataPropertySet
The property set for the contct details
token (Optional)
Тип: System.ThreadingCancellationToken

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

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