I want programmatically (using C #) access to a global address list during an exchange using ExchangeService WebService. How can i do this? Another problem: I already know how to search for a specific user. However, if this user has more than 1 email address, if I look for an email other than the default, he cannot find it! How to resolve this issue using ExchangeService? I saw a question How to get a contact list with Exchange Server but this way I can access my list of addresses (I want a list of all the addresses of the organization).
source
share