Use the CreateFolder procedure of the Managed Exchange namespace to create a public folder for an Exchange 2000 Server organization.
This procedure performs explicit internal permissions testing. Only members of admins@organization and domain administrators can call this procedure.
<request>
<procedure>
<execute namespace="Managed Exchange" procedure="CreateFolder">
<executeData>
<folderPath>myRoot/mySub</folderPath>
<folderName>f1</folderName>
<owningOrg>LDAP://ou=Reseller,ou=Hosting,dc=contoso,dc=com</owningOrg>
<megabytes>100</megabytes>
<Permissions mode="set">
<Permission role="Publishing Editor">
LDAP:// CN=admin1, OU=org1,OU=HostingOU,DC=hostdom, DC=extest,DC=microsoft,DC=com
</Permission>
<Permission role="Author">
LDAP:// CN=User1, OU=org1,OU=HostingOU,DC=hostdom, DC=extest,DC=microsoft,DC=com
</Permission>
</Permissions>
<preferredDomainController>myPrimaryDC.contoso.com
</preferredDomainController>
</executeData>
</execute>
</procedure>
</request>
The following input is valid for this request:
Use the <folderPath> element to specify the path of the public folder you want to create.
<folderPath>organization name</folderPath>
Use the <name> element to specify a name for the public folder you want to create.
<name>folder name</name>
Use the <megabytes> element to specify the size, in megabytes, of the public folder you want to create.
<megabytes>size of public folder</megabytes>
Use the <owningOrg> element to specify the Lightweight Directory Access Protocol (LDAP) path of the owning organization.
<owningOrg>LDAP://LDAP path of the owning organization</user>
Use the <MaxItemSize> element to specify the maximum item size in megabytes for this public folder.
<MaxItemSize>size in megabytes</MaxItemSize>
By using the <group permissions> element, you can specify the group to which you want to assign permissions and the permissions you want to assign. To specify permissions for a group, specify the Lightweight Directory Access Protocol (LDAP) path of the group and the type of permissions you want to grant. You can specify the following types of permissions:
This information is optional.
<group permissions="group permissions">
LDAP://LDAP path of the group
</group>
<group permissions="group permissions">
LDAP://LDAP path of the folder
</group>
The response to this procedure does not contain significant data.
Important