Partager via


Opération SetPlayOnPhoneDialString (service web de messagerie unifiée)

L’opération SetPlayOnPhoneDialString définit la chaîne de numérotation à utiliser comme valeur par défaut pour l’opération PlayOnPhone (service web de messagerie unifiée) et l’opération PlayOnPhoneGreeting (service web de messagerie unifiée).

Exemple de requête SetPlayOnPhoneDialString

Description

L’exemple suivant de requête SetPlayOnPhoneDialString montre comment former une demande pour définir la chaîne de numérotation par défaut d’une boîte aux lettres.

Code

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

Exemple de réponse SetPlayOnPhoneDialString réussi

Description

L’exemple suivant de réponse SetPlayOnePhoneDialString montre une réponse à la requête SetPlayOnPhoneDialString.

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>
    <SetPlayOnPhoneDialStringResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" /> 
  </soap:Body>
</soap:Envelope>

Voir aussi

SetPlayOnPhoneDialString (service web de messagerie unifiée)

SetPlayOnPhoneDialStringResponse (service web de messagerie unifiée)

dialString (service web de messagerie unifiée)