View Single Post
  #4  
Old August 25th 06, 01:04 AM posted to microsoft.public.exchange.development,microsoft.public.exchange.admin,microsoft.public.platformsdk.mapi,microsoft.public.outlook
Glen Scales [MVP]
external usenet poster
 
Posts: 1
Default To Find Mail Box names in Exchange Server

You should be able to use the IExchangeManageStore interface in Extended
MAPI to get the information you want if your using Exchange 2003 there is a
new interface
IExchangeManageStore5 you can use to retrieve just the mailboxes or public
folders of the store you are targeting see
http://support.microsoft.com/kb/908072. Other API's you could use if your
using Exchange 2003 is WMI and the Exchange_mailbox class or you could use
ADSI (LDAP) to query Active Directory to display which AD accounts have
mailboxes in which stores.

Cheers
Glen
wrote in message
oups.com...
Hi all,

I would like to find the list of mailboxes in our exchange server.
Is there any way to find the mailbox name list using Extended MAPI or
should i go for any other API.
Any suggestions on this will be highly appreciated.

Thanx in advance,
Regards,
deena



Ads