Exchange 2007 Resource Manager::ReallocatePublicFolder

This procedure reallocates storage allocation for a public folder.

Arguments

Input Arguments Required Description

<organization>

Yes

The Lightweight directory access protocol (LDAP) path of the organization or a container element for organization properties elements.

<publicStore>

No

The container element for each set of child public store properties elements.

<publicStore/ folderPath>

No

The path of the folder.

<publicStore/ megabytes>

No

The size of disk storage or the size of an adjustment.

<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: OrgCreators.

Sample Code

Example XML Request

<request>  
        <data>  
                <organization>LDAP://OU=AlpineSkiHouse,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com </organization> 
                <preferredDomainController>AD01.Fabrikam.com </preferredDomainController> 
                <publicStore> 
                        <folderPath>/NorthWindTraders</folderPath> 
                        <megabytes>100</megabytes> 
                </publicStore> 
        </data> 
        <procedure>  
                <execute namespace="Exchange 2007 Resource Manager" procedure="ReallocatePublicFolder" 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::AllocatePublicFolder
Exchange 2007 Resource Manager::DeAllocatePublicFolder