ExchangeService.GetPasswordExpirationDate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the domain password expiration date for a specified mailbox user. This method was introduced in Exchange Server 2010 SP2 and the Exchange Web Services (EWS) Managed 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)
Parameters
- mailboxSmtpAddress
- String
The SMTP address of the specified mailbox.
Returns
A DateTime object.
Remarks
Calling this method results in a call to Exchange Web Service (EWS).