Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.12 KB

setmissedcallnotificationenabled-operation-um-web-service.md

File metadata and controls

69 lines (48 loc) · 2.12 KB
title manager ms.date ms.audience ms.topic ms.service ms.subservice ms.localizationpriority api_name api_type ms.assetid description
SetMissedCallNotificationEnabled operation (UM web service)
sethgros
09/17/2015
Developer
reference
exchange
exchange-web-services
medium
SetMissedCallNotificationEnabled
schema
6693b5db-ac6b-43bc-af83-a9c94fc425bf
The SetMissedCallNotificationEnabled operation enables or disables missed call notifications.

SetMissedCallNotificationEnabled operation (UM web service)

The SetMissedCallNotificationEnabled operation enables or disables missed call notifications.

SetMissedCallNotificationEnabled request example

Description

The following example of a SetMissedCallNotificationEnabled request shows how to form a request to enable missed call notifications.

Code

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SetMissedCallNotificationEnabled xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
        <status>true</status>
    </SetMissedCallNotificationEnabled>
  </soap:Body>
</soap:Envelope>

Successful SetMissedCallNotificationEnabled response example

Description

The following example of a PlayOnPhoneGreeting response shows a response to the SetMissedCallNotificationEnabled request.

Code

<?xml version="1.0" encoding="utf-8" ?> 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <SetMissedCallNotificationEnabledResponse xmlns="https://schemas.microsoft.com/exchange/services/2006/messages" /> 
  </soap:Body>
</soap:Envelope>

See also

SetMissedCallNotificationEnabled (UM web service)

SetMissedCallNotificationEnabledResponse (UM web service)

Status (UM web service - SetMissedCallNotificationEnabled)