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

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

Obtains a 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<FindItemsResults<Item>> FindItems(
	FolderId parentFolderId,
	string queryString,
	ViewBase view,
	CancellationToken token = default
)

Параметры

parentFolderId
Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder in which to search for items.
queryString
Тип: SystemString
the search string to be used for indexed search, if any.
view
Тип: Tessa.Exchange.WebServices.DataViewBase
The view controlling the number of items returned.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskFindItemsResultsItem
An object representing the results of the search operation.
См. также