3.1.4.11 SetMissedCallNotificationEnabled Operation

The SetMissedCallNotificationEnabled operation sets a value that indicates whether missed call notifications are enabled for the user who is making the request. The SetMissedCallNotificationEnabled 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 of the operation.

 <wsdl:operation name="SetMissedCallNotificationEnabled">
   <wsdl:input message="tns:SetMissedCallNotificationEnabledSoapIn" />
   <wsdl:output message="tns:SetMissedCallNotificationEnabledSoapOut" />
 </wsdl:operation>

The following is the WSDL binding specification of the operation.

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

If the operation succeeds, a SetMissedCallNotificationEnabledResponse 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 MUST be returned if the SetMissedCallNotificationEnabledSoapIn request XML is malformed. The structure of a SOAP fault for a malformed request is specified in section 2.2.2.1.