Get Global Address List (GAL) from Exchange Server 2010 SP1 using ExchangeService

nunoaac picture nunoaac · May 4, 2012 · Viewed 8.3k times · Source

I want to programatically (using C#) access to the Global Address List on exchange, using ExchangeService WebService. How can I do that? Another problem: I already know how to search for a specific user. However, if that user has more than 1 email, if i search for the non-default email, he can't find it! How can I resolve this question using ExchangeService? I saw the question How to get contact list from Exchange Server? but, by this way, I only can access my own address list (i want all organization address list).