Exchange 2007 Resource Manager::ReAllocateMailbox

This procedure reallocates mailbox storage for a user.

Arguments

Input Arguments Required Description

<mailbox>

Yes

The Lightweight directory access protocol (LDAP) path for the Active Directory object or a Container element for an instance of mailbox properties elements.

<kilobytes>

Yes

The storage required or allocated to the mailbox.

<mailStore>

No

This parameter is utilized to specify auto-allocate behavior.

<mailStore/@autoAllocate>

No

Presence of attribute (regardless of value) indicates that the caller whishes to invoke the auto-allocation logic for the organization.

<preferredDomainController>

Yes

The Fully Qualified Domain Names (FQDN) or IP Address of the domain controller to use for this procedure.

Remarks

Security

The caller must be at least a member of role: UserCreators

Sample Code

Example XML Request

<request>  
        <data>  
                <mailbox> LDAP://CN=jimc@alpineskihouse.com,OU=AlpineSkiHouse,ou=ConsolidatedMessenger,ou=Hosting,dc=Fabrikam,dc=com </mailbox> 
                <kilobytes>10000 </kilobytes> 
                <preferredDomainController>AD01.Fabrikam.com </preferredDomainController> 
                <mailStore autoAllocate="1" /> 
        </data> 
        <procedure>  
                <execute namespace="Exchange 2007 Resource Manager" procedure="ReallocateMailbox" impersonate="1" >  
                        <before source="data" destination="executeData" mode="merge" /> 
                        <after source="executeData" destination="data" mode="merge" /> 
                </execute> 
        </procedure> 
</request> 

Applies To

Exchange 2007 Resource Manager Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

See also

Tasks

Exchange 2007 Resource Manager::AllocateMailbox
Exchange 2007 Resource Manager::DeAllocateConsumerUserMailbox