Hello,
I'm trying to programmatically download the contents of the Global Address Book, using the EWS Managed API.
So far, I've found a way to download you personal contacts (http://stackoverflow.com/questions/19054518/querying-the-global-address-list-gal-via-exchange-web-services-ews-erreor-ss.).
I've found a "hack" that has you query contacts based on matching all the letters of the alphabet, and one using folder ID's.\
Is there a straightforward way to do this? Some hidden call I could make to simply get the entire contents, or get the contents 100 at a time, or something similar?