ExchangeService.GetPasswordExpirationDate(String) メソッド

定義

指定したメールボックス ユーザーのドメイン パスワードの有効期限を取得します。 このメソッドは、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) が呼び出されます。

適用対象