ImapClient.ListMessagesByPage
Contents
[
Hide
]ListMessagesByPage(int, PageSettings)
Gets the list of messages
public ImapPageInfo ListMessagesByPage(int itemsPerPage, PageSettings settings)
| Parameter | Type | Description |
|---|---|---|
| itemsPerPage | Int32 | A number of items in page |
| settings | PageSettings | The settings. |
Return Value
IAsyncResult that represents the status of an asynchronous operation.
See Also
- class ImapPageInfo
- class PageSettings
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ListMessagesByPage(int, int, PageSettings)
Gets the list of messages
public ImapPageInfo ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings)
| Parameter | Type | Description |
|---|---|---|
| itemsPerPage | Int32 | A number of items in page |
| pageOffset | Int32 | An offset of next page in view |
| settings | PageSettings | The settings. |
Return Value
IAsyncResult that represents the status of an asynchronous operation.
See Also
- class ImapPageInfo
- class PageSettings
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ListMessagesByPage(PageInfo, PageSettings)
Gets the list of messages
public ImapPageInfo ListMessagesByPage(PageInfo pageInfo, PageSettings settings)
| Parameter | Type | Description |
|---|---|---|
| pageInfo | PageInfo | The next page to retrieve. |
| settings | PageSettings | The settings. |
Return Value
IAsyncResult that represents the status of an asynchronous operation.
See Also
- class ImapPageInfo
- class PageInfo
- class PageSettings
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ListMessagesByPage(MailQuery, PageInfo, PageSettings)
Gets the list of messages
public ImapPageInfo ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings)
| Parameter | Type | Description |
|---|---|---|
| query | MailQuery | MailQuery that represents search query. |
| pageInfo | PageInfo | The next page to retrieve. |
| settings | PageSettings | The settings. |
Return Value
IAsyncResult that represents the status of an asynchronous operation.
See Also
- class ImapPageInfo
- class MailQuery
- class PageInfo
- class PageSettings
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email