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

This method is for search scenarios. Retrieves a set of personas satisfying the specified search conditions.

Definition

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

Параметры

folderId  FolderId
Id of the folder being searched
searchFilter  SearchFilter
The search filter. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection
view  ViewBase
The view which defines the number of persona being returned
queryString  String
The query string for which the search is being performed
token  CancellationToken  (Optional)
 

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

TaskICollectionPersona
A collection of personas matching the search conditions

См. также