SetTelephoneAccessFolderEmail-Vorgang (UM-Webdienst)
Der Vorgang SetTelephoneAccessFolderEmail legt den Ordner fest, aus dem Unified Messaging Nachrichten per Telefon an den Benutzer zurückliest.
SetTelephoneAccessFolderEmail-Anforderungsbeispiel
Beschreibung
Das folgende Beispiel einer SetTelephoneAccessFolderEmail-Anforderung zeigt, wie sie eine Anforderung zum Festlegen des Ordners erstellen, aus dem Unified Messaging dem Benutzer per Telefon zurückliest.
Code
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetTelephoneAccessFolderEmail xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<base64FolderID>AAAAAGsd2rbQLVtLobUGbrq/9IUBAEX2ikn/L8JJtI5WHI0FAW8AAAFXHhsAAA==</base64FolderID>
</SetTelephoneAccessFolderEmail>
</soap:Body>
</soap:Envelope>
Beispiel für eine erfolgreiche SetTelephoneAccessFolderEmail-Antwort
Beschreibung
Das folgende Beispiel einer SetTelephoneAccessFolderEmail-Antwort zeigt eine Antwort auf die SetTelephoneAccessFolderEmail-Anforderung.
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>
<SetTelephoneAccessFolderEmailResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" />
</soap:Body>
</soap:Envelope>
Siehe auch
SetTelephoneAccessFolderEmail (UM-Webdienst)