View Single Post
  #5  
Old August 26th 06, 08:03 AM posted to microsoft.public.exchange.development,microsoft.public.exchange.admin,microsoft.public.platformsdk.mapi,microsoft.public.outlook
[email protected]
external usenet poster
 
Posts: 2
Default To Find Mail Box names in Exchange Server

hi..,

Thanx for all ur help, IExchangeManageStore interface in Extended MAPI
is what i wanted, it worked fine.

regards,
deena




Glen Scales [MVP] wrote:

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