Set Pagination to Control the Number of Email Messages Returned at One Time
You can use pagination to control the number of email messages returned at one time by the Microsoft Office 365 Outlook Adapter.
To perform pagination, Microsoft provides an odata.nextLink property as part of the response message. If defined during Microsoft Office 365 Outlook Adapter configuration, this property is set to a URL that links to the next page of results. This feature enables you to return the results in a controlled fashion. See Use query parameters to customize responses.
This section provides a high-level overview of designing and running an integration that uses pagination to control the number of email messages returned by the Microsoft Office 365 Outlook Adapter at one time.