IEWSClient.ListSubFoldersByPage
Contents
[
Hide
]ListSubFoldersByPage(string, PageInfo)
Searches the specified folder in the given parent folder with paging Method supports paging.
public ExchangeFolderPageInfo ListSubFoldersByPage(string parentFolderUri, PageInfo page)
Parameter | Type | Description |
---|---|---|
parentFolderUri | String | A parent folder URI |
page | PageInfo | A page info |
Return Value
A ExchangeFolderPageInfo
containing the found folder if folder name is specified; otherwise, returns all subfolders
See Also
- class ExchangeFolderPageInfo
- class PageInfo
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListSubFoldersByPage(string, int)
Searches the specified folder in the given parent folder with paging Method supports paging. Invokes for the first time in paging cycle.
public ExchangeFolderPageInfo ListSubFoldersByPage(string parentFolderUri, int itemsPerPage)
Parameter | Type | Description |
---|---|---|
parentFolderUri | String | A parent folder URI |
itemsPerPage | Int32 | A number of folders in page |
Return Value
A ExchangeFolderPageInfo
containing the found folder if folder name is specified; otherwise, returns all subfolders
See Also
- class ExchangeFolderPageInfo
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
ListSubFoldersByPage(string, int, int)
Searches the specified folder in the given parent folder with paging Method supports paging.
public ExchangeFolderPageInfo ListSubFoldersByPage(string parentFolderUri, int itemsPerPage,
int pageOffset)
Parameter | Type | Description |
---|---|---|
parentFolderUri | String | A parent folder URI |
itemsPerPage | Int32 | A number of folders in page |
pageOffset | Int32 | An offset of next item in view |
Return Value
A ExchangeFolderPageInfo
containing the found folder if folder name is specified; otherwise, returns all subfolders
See Also
- class ExchangeFolderPageInfo
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email