ExchangeServiceFindPeople(FolderId, SearchFilter, ViewBase, CancellationToken) - метод

This method is for browse scenarios. Retrieves a set of personas satisfying the specified browse conditions. Browse scenariosdon't require query string.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<FindPeopleResults> FindPeople(
	FolderId folderId,
	SearchFilter searchFilter,
	ViewBase view,
	CancellationToken token = default
)

Параметры

folderId  FolderId
Id of the folder being browsed
searchFilter  SearchFilter
Search filter
view  ViewBase
The view which defines paging and the number of persona being returned
token  CancellationToken  (Optional)
 

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

TaskFindPeopleResults
A result object containing resultset for browsing

См. также