ListMessagesByPage

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)
ParameterDescription
itemsPerPageA number of items in page
pageOffsetAn offset of next page in view
settingsThe 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)
ParameterDescription
itemsPerPageA number of items in page
settingsThe 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)
ParameterDescription
pageInfoThe next page to retrieve.
settingsThe 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)
ParameterDescription
queryMailQuery that represents search query.
pageInfoThe next page to retrieve.
settingsThe settings.