3.1.4.6 IsUMEnabled Operation

The IsUMEnabled operation returns a value that indicates whether the user who is making the request is enabled for Unified Messaging. The IsUMEnabled operation uses the endpoint specified in [MS-OXDSCLI] section 2.2.4.1.1.2.6.47.

The following is the WSDL port type specification for the operation.

   <wsdl:operation name="IsUMEnabled">
     <wsdl:input message="tns:IsUMEnabledSoapIn" />
     <wsdl:output message="tns:IsUMEnabledSoapOut" />
   </wsdl:operation>

The following is the WSDL binding specification for the operation.

 <wsdl:operation name="IsUMEnabled">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/IsUMEnabled" style="document"/>
    <wsdl:input>
       <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
       <soap:body use="literal"/>
    </wsdl:output>
 </wsdl:operation>

If the operation succeeds, an IsUMEnabledResponse element is returned. If the operation fails, a SOAP fault response, as specified in [SOAP1.1], is returned that contains information about the failure. A SOAP fault is returned if the IsUMEnabledSoapIn request message XML is malformed. The structure of a SOAP fault for a malformed request is specified in section 2.2.2.1.<12>