Share via


Hosted Unified Messaging::CreateOrganizationPlan

This procedure creates a new Unified Messaging plan. There are no specific plan options for Unified Messaging.

Arguments

Input Arguments Required Description

<planDescription>

Yes

The description of the plan.

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

<planName>

Yes

The unique name of the plan. The plan name must be less than or equal to 20 characters. Characters beyond the first 20 are automatically truncated.

Remarks

Security

The caller must be at least a member of role: Domain Admin.

Sample Code

Example XML Request

<request> 
  <procedure> 
    <execute namespace="Hosted Unified Messaging" procedure="CreateOrganizationPlan" impersonate="1"> 
      <executeData> 
        <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
        <planName>Unified Messaging</planName> 
        <planDescription>Exchange Unified Messaging</planDescription> 
      </executeData> 
      <after source="executeData" destination="data" /> 
    </execute> 
  </procedure>

Applies To

Hosted Unified Messaging Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0