ListMessagesByPage

ListMessagesByPage (1 of 7)

List the messages in the specified folder.

Returns: ExchangeMessageInfoCollection that contains messages from the specified folder.

ListMessagesByPage(System::String folder, int32_t itemsPerPage)
ParameterDescription
folderA folder to search messages in.
itemsPerPageA number of items in page

ListMessagesByPage (2 of 7)

List the messages in the specified folder.

Returns: ExchangeMessageInfoCollection that contains messages from the specified folder.

ListMessagesByPage(System::String folder, int32_t itemsPerPage, int32_t offset)
ParameterDescription
folderA folder to search messages in.
itemsPerPageA number of items in page
offsetAn offset of next page in view

ListMessagesByPage (3 of 7)

List the messages in the specified folder.

Returns: ExchangeMessageInfoCollection that contains messages from the specified folder.

ListMessagesByPage(System::String folder, int32_t itemsPerPage, int32_t pageOffset, ExchangeListMessagesOptions options)
ParameterDescription
folderA folder to search messages in.
itemsPerPageA number of items in page
pageOffsetAn offset of next item in view
optionsSpecifies the settings of listing

ListMessagesByPage (4 of 7)

List the messages in the specified folder.

Returns: ExchangeMessageInfoCollection that contains messages from the specified folder.

ListMessagesByPage(System::String folder, System::SharedPtr < PageInfo > pageInfo)
ParameterDescription
folderA folder to search messages in.
pageInfoA page info

ListMessagesByPage (5 of 7)

List the messages in the specified folder.

Returns: ExchangeMessageInfoCollection that contains messages from the specified folder.

ListMessagesByPage(System::String folder, System::SharedPtr < PageInfo > pageInfo, ExchangeListMessagesOptions options)
ParameterDescription
folderA folder to search messages in.
pageInfoA page info
optionsSpecifies the settings of listing

ListMessagesByPage (6 of 7)

List the messages in the specified folder.

Returns: ExchangeMessageInfoCollection that contains messages from the specified folder.

ListMessagesByPage(System::String folder, System::SharedPtr < Tools::Search::MailQuery > query, int32_t itemsPerPage)
ParameterDescription
folderA folder to search messages in.
queryMailQuery that represents search criteria.
itemsPerPageA number of items in page

ListMessagesByPage (7 of 7)

List the messages in the specified folder.

Returns: ExchangeMessageInfoCollection that contains messages from the specified folder.

ListMessagesByPage(System::String folder, System::SharedPtr < Tools::Search::MailQuery > query, int32_t itemsPerPage, int32_t offset)
ParameterDescription
folderA folder to search messages in.
queryMailQuery that represents search criteria.
itemsPerPageA number of items in page
offsetAn offset of next page in view