ExchangeService.GetPasswordExpirationDate(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定邮箱用户的域密码过期日期。 此方法是在 Exchange Server 2010 SP2 和 Exchange Web Services (EWS) 托管 API 1.2 中引入的。
public:
Nullable<DateTime> GetPasswordExpirationDate(System::String ^ mailboxSmtpAddress);
public Nullable<DateTime> GetPasswordExpirationDate (string mailboxSmtpAddress);
Public Function GetPasswordExpirationDate (mailboxSmtpAddress As String) As Nullable(Of DateTime)
参数
- mailboxSmtpAddress
- String
指定邮箱的 SMTP 地址。
返回
DateTime 对象。
注解
调用此方法会导致调用 Exchange Web Service (EWS) 。