Share via


Hosted Unified Messaging::GetOrganizationPlan

This procedure retrieves details about the specified plan.

Arguments

Input Arguments Required Description

<planName>

Yes

The name of the plan to get information on.

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

Output Arguments Description

<planName>

The name of the plan.

<planDescription>

The description of the plan.

<planTypeName>

The plan type.

Remarks

Security

Therte is no restriction for the caller.

Sample Code

Example XML Request

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

Example XML Response

<response> 
  <data> 
    <planName>Unified Messaging</planName> 
    <planDescription>Exchange 2007 Unified Messaging Plan</planDescription> 
    <planTypeName>Unified Messaging Plan</planTypeName> 
  </data> 
</response>

Applies To

Hosted Unified Messaging Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0