FolderFindFolders(FolderView) - метод |
Obtains a list of folders by searching the sub-folders of this folder. Calling this method results in a call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Task<FindFoldersResults> FindFolders(
FolderView view
)
Public Function FindFolders (
view As FolderView
) As Task(Of FindFoldersResults)
public:
Task<FindFoldersResults^>^ FindFolders(
FolderView^ view
)
member FindFolders :
view : FolderView -> Task<FindFoldersResults>
Параметры
- view
- Тип: Tessa.Exchange.WebServices.DataFolderView
The view controlling the number of folders returned.
Возвращаемое значение
Тип:
TaskFindFoldersResultsAn object representing the results of the search operation.
См. также