Exchange Resource Manager Ex Web Service

This section contains public methods of the Exchange Resource Manager Ex Namespace that are exposed in the Web Service. The methods exposed in the Web Service map directly to Exchange Resource Manager Ex named procedures.

Exchange Resource Manager Ex Namespace Web Services provides you with an easy way to integrate Exchange resource management functionality into .NET applications. For further information, see the .

The Exchange Resource Manager Ex Web Services contains named procedures for tracking Exchange resources. The procedures fall into the following categories:

The sections that follow describe the procedures in these categories.

Public Methods
Public Method Description
AddExchangeResources Adds public store and mail store resources to Exchange Resource Manager. Call is restricted to domain admins.
RemoveExchangeResources Removes public store and mail store resources from Exchange Resource Manager. This call is restricted to Domain Admins.
ReallocateConsumerMailStoreResource Modifies the properties of existing mail stores which have been added to resource management for e-mail consumers. This call is restricted to Domain Admins.
QueryAllExchangeResources Returns a listing of all mail stores, public stores, front-end servers, and consumer mail stores.
QueryAllFrontEndServers Returns all front-end Exchange servers that have been added with AdExchangeResources.
QueryAllMailServers Returns a listing of mail servers.
QueryConsumerMailboxAllocation Queries the properties of an existing mailbox resource allocation. It returns information on mailboxes that were allocated using AllocateConsumerMailbox which use a type of ExchConsumerMailbox.
QueryConsumerMailboxesByMailstore Returns all of the consumer mailboxes allocated to a specified mail store.
QueryMailboxAllocation Queries the properties of an existing mailbox resource allocation. It returns information on mailboxes that were allocated using AllocateMailbox which use a type of ExchMailbox.
 Applies To