ExchangeServiceFindItems(WellKnownFolderName, SearchFilter, ViewBase) - метод

Obtains a list of items by searching the contents of a specific 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<FindItemsResults<Item>> FindItems(
	WellKnownFolderName parentFolderName,
	SearchFilter searchFilter,
	ViewBase view
)

Параметры

parentFolderName  WellKnownFolderName
The name of the folder in which to search for items.
searchFilter  SearchFilter
The search filter. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection
view  ViewBase
The view controlling the number of items returned.

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

TaskFindItemsResultsItem
An object representing the results of the search operation.

См. также