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

ExchangeServiceBrowsePeople(ViewBase, DictionaryString, String, CancellationToken) - метод

Retrieves all people who are relevant to the user

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<IPeopleQueryResults> BrowsePeople(
	ViewBase view,
	Dictionary<string, string> context,
	CancellationToken token = default
)

Параметры

view
Тип: Tessa.Exchange.WebServices.DataViewBase
The view which defines the number of personas being returned
context
Тип: System.Collections.GenericDictionaryString, String
The context for this query. See PeopleQueryContextKeys for keys
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskIPeopleQueryResults
A collection of personas matching the query string
См. также