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

Retrieves all people who are relevant to the user

Definition

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

Параметры

view  ViewBase
The view which defines the number of personas being returned
context  DictionaryString, String
The context for this query. See PeopleQueryContextKeys for keys
token  CancellationToken  (Optional)
 

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

TaskIPeopleQueryResults
A collection of personas matching the query string

См. также