Unified Messaging 2007 Provider::GetUMAutoAttendant

This procedure gets the properties for an automatic attendant.

Arguments

Input Arguments Required Description

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions.

<identity>

No

This parameter specifies the identifier for the UM auto attendant that is being viewed. This is the directory object ID for the UM auto attendant.

Remarks

Security

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

Sample Code

Example XML Request

<request> 
        <data/> 
        <procedure> 
                <execute namespace='Unified Messaging 2007 Provider' procedure='GetUMAutoAttendant'> 
                        <executeData> 
                                <identity>Fabrikam\AutoAttend1</indentity> 
                                <preferredDomainController>dc01.fabrikam.local</preferredDomainController> 
                        </executeData> 
                </execute> 
        </procedure> 
</request> 

Example XML Response

<data> 
        <autoAttendants> 
                <autoAttendant name="attendantName"> 
                        <properties> 
                                <property name="propertyName"> 
                                        <value>return value</value> 
                                        . 
                                </property> 
                        . 
                        </ properties> 
          </autoAttendant> 
        </autoAttendants> 
</data>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0