exchangewebservices - How do I discover all mailboxes for an Exchange Server using Exchange Web Services? -


I am using Exchange Web Services Managed API 1.0 to access Exchange Server (2007) in my organization. I need to iterate over all mailboxes on a given server. I have not seen any way to get the list of scheduled mailboxes for a given exchange server. I am able to use the Autodisquire service to find the address of the hub server for a specific mailbox, but I am interested in getting a list of all the mailboxes. Does anyone tell me in the right direction?

If your problem has not yet been resolved then I would recommend you to use Exchange Web Services Instead of just the pure LDAP query, the information you need is saved in the homeMDB , msExchHomeServerName and possibly homeMTA Active Directory attributes. You can modify the LDAP query or you can get the information it needs.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -