ExchangeServiceFindItems(FolderId, String, Boolean, ViewBase, Grouping, CancellationToken) - метод

Obtains a list of items by searching the contents of a specific folder. Along with conversations, a list of highlight terms are returned. 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(
	FolderId parentFolderId,
	string queryString,
	bool returnHighlightTerms,
	ViewBase view,
	Grouping groupBy,
	CancellationToken token = default
)

Параметры

parentFolderId  FolderId
The Id of the folder in which to search for items.
queryString  String
the search string to be used for indexed search, if any.
returnHighlightTerms  Boolean
Flag indicating if highlight terms should be returned in the response
view  ViewBase
The view controlling the number of items returned.
groupBy  Grouping
The group by clause.
token  CancellationToken  (Optional)
 

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

TaskGroupedFindItemsResultsItem
An object representing the results of the search operation.

См. также