ListMessagesByPage new methods in 18.7

Is there any documentation on the new format of ListMessagesByPage. Apparently ImapClient.ListMessagesByPage(int, int), ImapClient.ListMessagesByPage(PageInfo) and ImapClient.ListMessagesByPage(int) are obsolete in 18.7. The replacement looks like ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) is the only choice.

Thanks for any information how to list imap message with paging with the new method.

@PPLAspose,

We are working on updating the documentation for the new format of ListMessagesByPage API and will update you here as it is ready for usage.