ExchangeService.FindFolders(FolderId, FolderView, CancellationToken) - метод

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

Definition

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

Параметры

parentFolderId  FolderId
The Id of the folder in which to search for folders.
view  FolderView
The view controlling the number of folders returned.
token  CancellationToken  (Optional)
 

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

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

См. также