ExchangeServiceFindFolders(IEnumerableFolderId, SearchFilter, FolderView, CancellationToken) - метод

Obtains a list of folders by searching the sub-folders of each of the specified folders.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<FindFolderResponse>> FindFolders(
	IEnumerable<FolderId> parentFolderIds,
	SearchFilter searchFilter,
	FolderView view,
	CancellationToken token = default
)

Параметры

parentFolderIds  IEnumerableFolderId
The Ids of the folders in which to search for folders.
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.
token  CancellationToken  (Optional)
 

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

TaskServiceResponseCollectionFindFolderResponse
An object representing the results of the search operation.

См. также