Exchange 2007 Resource Manager::AllocatePublicFolder

This procedure allocates public folder storage.

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/ megabytes>

No

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

<publicStore/ folderPath>

No

The path of the folder.

<preferredDomainController>

Yes

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

Output Arguments Description

<publicStorePath>

The LDAP path of exchange public folder store.

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> 
        </data> 
        <procedure>  
                <execute namespace="Exchange 2007 Resource Manager" procedure="AllocatePublicFolder" impersonate="1" >  
                        <before source="data" destination="executeData" mode="merge" /> 
                        <after source="executeData" destination="data" mode="merge" /> 
                </execute> 
        </procedure> 
</request> 

Example XML Response

<response>  
        <data>  
                <publicStorePath> LDAP://CN=Public Folder Store (EXBE01),CN=First Storage Group,CN=InformationStore,CN=EXBE01,CN=Servers,CN=First Administrative Group,CN=Administrative Groups,CN=Raven01,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=raven01,DC=com </publicStorePath> 
        </data> 
</response> 

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::DeAllocatePublicFolder