Для изменения размера нажмите или перетащите

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

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

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

Параметры

parentFolderName
Тип: Tessa.Exchange.WebServices.DataWellKnownFolderName
The name of the folder in which to search for items.
queryString
Тип: SystemString
query string to be used for indexed search
view
Тип: Tessa.Exchange.WebServices.DataViewBase
The view controlling the number of items returned.
groupBy
Тип: Tessa.Exchange.WebServices.DataGrouping
The group by clause.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskGroupedFindItemsResultsItem
A collection of grouped items representing the contents of the specified.
См. также