SetOofStatus 操作(UM Web 服务)
SetOofStatus 操作设置一个值,该值指示是否应为发出请求的用户播放外出 (OOF) 问候语。
SetOofStatus 请求示例
说明
下面的 SetOofStatus 请求示例演示如何形成请求以启用邮箱的外出问候语。
代码
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SetOofStatus xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<status>true</status>
</SetOofStatus>
</soap:Body>
</soap:Envelope>
成功的 SetOofStatus 响应示例
说明
下面的 SetOofStatus 响应示例显示了对 SetOofStatus 请求的响应。
代码
<?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>
<SetOofStatusResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" />
</soap:Body>
</soap:Envelope>