FolderFindItems(String, ItemView, Grouping, CancellationToken) - метод

Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<GroupedFindItemsResults<Item>> FindItems(
	string queryString,
	ItemView view,
	Grouping groupBy,
	CancellationToken token = default
)

Параметры

queryString  String
query string to be used for indexed search
view  ItemView
The view controlling the number of items returned.
groupBy  Grouping
The grouping criteria.
token  CancellationToken  (Optional)
 

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

TaskGroupedFindItemsResultsItem
A collection of grouped items representing the contents of this folder.

См. также