SetMissedCallNotificationEnabled Operation
Topic Last Modified: 2008-09-05
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="https://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="https://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>