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