Modifier and Type | Method and Description |
---|---|
ExchangeFolderPageInfo |
IEWSClient.listSubFoldersByPage(String parentFolderUri,
int itemsPerPage)
Searches the specified folder in the given parent folder with paging
Method supports paging.
|
ExchangeFolderPageInfo |
IEWSClient.listSubFoldersByPage(String parentFolderUri,
int itemsPerPage,
int pageOffset)
Searches the specified folder in the given parent folder with paging
Method supports paging.
|
ExchangeFolderPageInfo |
IEWSClient.listSubFoldersByPage(String parentFolderUri,
PageInfo page)
Searches the specified folder in the given parent folder with paging
Method supports paging.
|