Exchange Resource Manager Web Service

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

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

The Exchange Resource Manager 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.
RemoveExchangeResources Removes public store and mail store resources from Exchange Resource Manager. This call is restricted to Domain Admins.
ModifyExchangeResources Modifies public store and mail store resources in Exchange Resource Manager. This call is restricted to Domain Admins.
QueryAllStores Returns all Exchange resources in the Resource Manager system including the total storage megabytes and the free storage megabytes
QueryResourcesByOrganization Returns all Exchange resources in use by a particular owning organization.
QueryConsumersByOrganization Returns all of the consumers of the Exchange resources of a particular owning organization.
QueryAllOrganizations Returns all of the organizations that have had Exchange resources allocated to them.
QueryOrganizationsByMailstore Returns all of the organizations that have had Exchange resources allocated to them on a specified mail store.
QueryOrganizationsByPublicstore Returns all of the organizations that have had Exchange resources allocated to them on a specified public store.
ReallocateOrganizationPublic Changes the amount of public folder storage that an organization is permitted to use. This procedure will fail if there is insufficient room in the organization's current public folder store for the requested new storage.
ReallocateOrganizationMailNoMove Changes the amount of mail storage that an organization is permitted to use. This procedure will fail if there is insufficient room in the system for the requested new storage, or if any explicitly requested mail store is unavailable.
ReallocatePublicFolder Changes the storage allocation for a public folder. This storage is allocated from the pool owned by the owning organization.
 Applies To