A new MAPI interface is available to let you retrieve mailbox tables on a per-store basis in Exchange Server 2003
On This PageINTRODUCTIONThis article describes a new MAPI interface that you can use to retrieve mailbox tables on a per-store basis in Microsoft Exchange Server 2003. MORE INFORMATIONWhen you use the IExchangeManageStore::GetMailboxTable method or the IExchangeManageStore3.GetMailboxTableOffset method to obtain the mailbox table from a server that is running Exchange Server 2003, the mailbox table that is returned by these methods appears to contain some duplicate rows. You experience this issue if a recovery storage group is mounted on the server on which you run these methods. This issue occurs because GetMailboxTable and GetMailboxTableOffset do not distinguish between mailboxes from an online mailbox store and mailboxes from a recovery storage group. Therefore, the mailbox table that these methods returns contains all the mailboxes from the particular server. These two methods do not provide a means to filter the returned results to let you determine which mailbox entries are from a recovery storage group. This hotfix introduces a new interface that is named IExchangeManageStore5. This new interface exposes new functionality to let you retrieve a mailbox table that contains only the mailboxes from a particular mailbox store. IExchangeManageStore5 contains the following two new methods. IExchangeManageStore5::GetMailboxTableExThe GetMailboxTableEx method obtains information about all the mailboxes on a server in a particular store.ParametersThis method supports the following parameters.
IExchangeManageStore5::GetPublicFolderTableExThe GetPublicFolderTableEx method obtains information about all the public folders on a server in a particular store.ParametersThis method supports the following parameters.
Hotfix informationA supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support) Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.PrerequisitesYou must be running Microsoft Exchange Server 2003 Service Pack 2 (SP2) to apply this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:836993 (http://support.microsoft.com/kb/836993/)
How to obtain the latest service packs for Exchange Server 2003
Restart requirementYou do not have to restart the computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other hotfixes.File informationThe English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
Hotfix installation informationAfter you apply this hotfix, you must enable the new interface. To do this, follow these steps.Step 1: Add the declaration for IExchangeManageStore5 interface to edkmdb.hAdd the following to edkmdb.h.Step 2: Add the definition of IID_IExchangeManageStore5 to edkguid.hAdd the following to edkguid.h.MORE INFORMATION
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
824684 (http://support.microsoft.com/kb/824684/)
Description of the standard terminology that is used to describe Microsoft software updates
817903 (http://support.microsoft.com/kb/817903/) New naming schema for Exchange Server software update packages
APPLIES TO
| Article Translations
|

Back to the top
