GetUMProperties 操作(UM Web 服务)
GetUMProperties 操作获取发出请求的用户邮箱的所有统一消息属性。
GetUMProperties 请求示例
说明
下面的 GetUMProperties 请求示例演示如何形成请求以获取邮箱的统一消息属性。
代码
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetUMProperties xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" />
</soap:Body>
</soap:Envelope>
成功的 GetUMProperties 响应示例
说明
下面的 GetUMProperties 响应示例显示了对 GetUMProperties 请求的响应。
代码
<?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>
<GetUMPropertiesResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<GetUMPropertiesResponse>
<OofStatus>false</OofStatus>
<MissedCallNotificationEnabled>true</MissedCallNotificationEnabled>
<PlayOnPhoneDialString>12345</PlayOnPhoneDialString>
<TelephoneAccessNumbers>54321</TelephoneAccessNumbers>
<TelephoneAccessFolderEmail>AAAAAGsd2rbQLVtLobUGbrq/9IUBAEX2ikn/L8JJtI5WHI0FAW8AAAFXHhsAAA==</TelephoneAccessFolderEmail>
</GetUMPropertiesResponse>
</GetUMPropertiesResponse>
</soap:Body>
</soap:Envelope>