ExchangeServiceFindFolders(FolderId, FolderView, CancellationToken) - метод |
Obtains a list of folders by searching the sub-folders of the specified folder.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<FindFoldersResults> FindFolders(
FolderId parentFolderId,
FolderView view,
CancellationToken token = default
)
Public Function FindFolders (
parentFolderId As FolderId,
view As FolderView,
Optional token As CancellationToken = Nothing
) As Task(Of FindFoldersResults)
public:
Task<FindFoldersResults^>^ FindFolders(
FolderId^ parentFolderId,
FolderView^ view,
CancellationToken token = CancellationToken()
)
member FindFolders :
parentFolderId : FolderId *
view : FolderView *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<FindFoldersResults>
Параметры
- parentFolderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The Id of the folder in which to search for folders. - view
- Тип: Tessa.Exchange.WebServices.DataFolderView
The view controlling the number of folders returned. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskFindFoldersResultsAn object representing the results of the search operation.
См. также