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

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

Obtains a grouped list of items by searching the contents of this 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(
	ItemView view,
	Grouping groupBy
)

Параметры

view
Тип: Tessa.Exchange.WebServices.DataItemView
The view controlling the number of items returned.
groupBy
Тип: Tessa.Exchange.WebServices.DataGrouping
The grouping criteria.

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

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