BeginListMessagesByPage
Contents
[
Hide
]BeginListMessagesByPage (1 of 2)
Begins getting the list of messages asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessagesByPage(int32_t itemsPerPage, int32_t pageOffset, System::SharedPtr < PageSettingsAsync > settings)
| Parameter | Description |
|---|---|
| itemsPerPage | A number of items in page |
| pageOffset | An offset of next page in view |
| settings | The settings. |
BeginListMessagesByPage (2 of 2)
Begins getting the list of messages asynchronously
Returns: System::IAsyncResult that represents the status of an asynchronous operation.
BeginListMessagesByPage(System::SharedPtr < Tools::Search::MailQuery > query, System::SharedPtr < PageInfo > pageInfo, System::SharedPtr < PageSettingsAsync > settings)
| Parameter | Description |
|---|---|
| query | MailQuery that represents search query. |
| pageInfo | The next page to retrieve. |
| settings | The settings. |