Share via


Hosted Unified Messaging::ModifyOrganizationPlan

This procedure modifies the attributes of a Unified Messaging Organization plan.

Arguments

Input Arguments Required Description

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

<planName>

No

The name of the plan to change.

<newPlanName>

No

The new unique name of the plan.

<planDescription>

Yes

The description of the plan.

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="ModifyOrganizationPlan" impersonate="1"> 
      <executeData> 
        <preferredDomainController>ad01.fabrikam.com</preferredDomainController> 
        <planName>Unified Messaging</planName>                      
        <planDescription>Unified Messaging Plan Updated</ planDescription> 
      </executeData> 
      <after source="executeData" destination="data" /> 
    </execute> 
  </procedure> 
</request>

Applies To

Hosted Unified Messaging Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0