GetPasswordExpirationDate 操作
GetPasswordExpirationDate 操作提供当前用户的电子邮件帐户密码到期日期。
此操作已在 Exchange Server 2010 Service Pack 1 (SP1) 中引入。
GetPasswordExpirationDate 操作 SOAP 标头
GetPasswordExpirationDate 操作可以使用下表中列出的 SOAP 标头。
Header | 元素 | 说明 |
---|---|---|
MailboxCulture |
MailboxCulture |
标识要用于访问邮箱的区域性,如 RFC 3066“标识语言标记”中所述。 这适用于请求。 |
RequestVersion |
RequestServerVersion |
标识操作请求的架构。 这适用于请求。 这适用于请求。 |
GetPasswordExpirationDate 操作请求示例
说明
下面的 GetPasswordExpirationDate 操作请求示例演示如何获取电子邮件帐户的密码到期日期。
代码
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages"
xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
<soap:Header>
</soap:Header>
<soap:Body>
<tns:GetPasswordExpirationDate>
<tns:MailboxSmtpAddress>user1@DTZMZX-dom.extest.microsoft.com</tns:MailboxSmtpAddress>
</tns:GetPasswordExpirationDate>
</soap:Body>
</soap:Envelope>
请求元素
请求中使用以下元素:
成功的 GetPasswordExpirationDate 操作响应
响应中使用以下元素: