![]() |
To Find Mail Box names in Exchange Server
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 |
To Find Mail Box names in Exchange Server
Single server? Easiest way would be to export list from Exchange System
Manager. -- Bharat Suneja MVP - Exchange www.zenprise.com NEW blog location: www.exchangepedia.com/blog ---------------------------------------------- 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 |
To Find Mail Box names in Exchange Server
Here is a script that is used to report MBs and their sizes. It's a two
part process so there are two scripts. You would only need to use the first one. http://www.outlookexchange.com/artic...s/mreport1.asp James Chong MCSE M+, S+, MCTS, Security+ msexchangetips.blogspot.com wrote: 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 |
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 |
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 |
All times are GMT +1. The time now is 06:04 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com