ListSubFoldersByPage

ListSubFoldersByPage (1 of 3)

Searches the specified folder in the given parent folder with paging Method supports paging. Invokes for the first time in paging cycle.

Returns: A ExchangeFolderPageInfo containing the found folder if folder name is specified; otherwise, returns all subfolders

ListSubFoldersByPage(System::String parentFolderUri, int32_t itemsPerPage)
ParameterDescription
parentFolderUriA parent folder URI
itemsPerPageA number of folders in page

ListSubFoldersByPage (2 of 3)

Searches the specified folder in the given parent folder with paging Method supports paging.

Returns: A ExchangeFolderPageInfo containing the found folder if folder name is specified; otherwise, returns all subfolders

ListSubFoldersByPage(System::String parentFolderUri, int32_t itemsPerPage, int32_t pageOffset)
ParameterDescription
parentFolderUriA parent folder URI
itemsPerPageA number of folders in page
pageOffsetAn offset of next item in view

ListSubFoldersByPage (3 of 3)

Searches the specified folder in the given parent folder with paging Method supports paging.

Returns: A ExchangeFolderPageInfo containing the found folder if folder name is specified; otherwise, returns all subfolders

ListSubFoldersByPage(System::String parentFolderUri, System::SharedPtr < PageInfo > page)
ParameterDescription
parentFolderUriA parent folder URI
pageA page info