BeginListMessagesByPage

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