I have a PHP application which connects to Microsoft Exchange server to retrieve 'Contacts' via WebDAV.
Is there a WebDAV query I can issue to Microsoft Exchange to get only contacts that have been changed or added within the last X days?
It'd be a bit easier to deal with than querying for all 30 bajillion contacts every time and doing the check/update/insert thing for every record.