Garethp / php-ews

PHP Exchange Web Services
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

httpPlayback record to file for more than 1000 items #192

Open PeteKraft opened 4 years ago

PeteKraft commented 4 years ago

I am working with +20k e-mail addressess that I am pulling from a public folder.

I'm using the paging technique as explained in the sample code to page through each of the 1000 response sets that exchange returns, but is there a way that I can dump the complete response to a file for debugging ?

I have tried the httpPlayback record function, which works nicely, but it only stores the first 1000 results, not the subsequent pages.