SetPlayOnPhoneDialString 操作 (UM Web サービス)
SetPlayOnPhoneDialString 操作は、 PlayOnPhone 操作 (UM Web サービス) と PlayOnPhoneGreeting 操作 (UMWeb サービス) の既定として使用するダイヤル文字列を設定します。
SetPlayOnPhoneDialString 要求の例
説明
次の SetPlayOnPhoneDialString 要求の例は、メールボックスの既定のダイヤル文字列を設定する要求を形成する方法を示しています。
コード
<?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>
SetPlayOnPhoneDialString 応答の成功の例
説明
次の SetPlayOnePhoneDialString 応答の例は、SetPlayOnPhoneDialString 要求への応答を示しています。
コード
<?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>
関連項目
SetPlayOnPhoneDialString (UM Web サービス)