Folder.FindFolders(SearchFilter, FolderView) - метод

Obtains a list of folders by searching the sub-folders of this folder. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public Task<FindFoldersResults> FindFolders(
	SearchFilter searchFilter,
	FolderView view
)

Параметры

searchFilter  SearchFilter
The search filter. Available search filter classes include SearchFilter.IsEqualTo, SearchFilter.ContainsSubstring and SearchFilter.SearchFilterCollection
view  FolderView
The view controlling the number of folders returned.

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

Task<FindFoldersResults>
An object representing the results of the search operation.

См. также