I have an application which uses EWS Managed API to search and retrieve items from Exchange server. On one client environment (Exchange 2016 on-premise server), when application tries to search and retrieve items from Archive MailBox folders using AQS query, the API seems to only return 250 items even though folder has more items that meets search query. The pagesize i request is 500, but the response only has 250 items.
Anyone know why FindItems() method only returning only 250 items?
Is there any throttling policy we need to disable? This is for Exchange 2016 Server.