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.6.0.22
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 FolderView
- The view controlling the number of folders returned.
TaskFindFoldersResultsAn object representing the results of the search operation.