ExchangeServiceGetPasswordExpirationDate - метод
Get the password expiration date
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<DateTime?> GetPasswordExpirationDate(
string mailboxSmtpAddress,
CancellationToken token = default
)
Public Function GetPasswordExpirationDate (
mailboxSmtpAddress As String,
Optional token As CancellationToken = Nothing
) As Task(Of DateTime?)
public:
Task<Nullable<DateTime>>^ GetPasswordExpirationDate(
String^ mailboxSmtpAddress,
CancellationToken token = CancellationToken()
)
member GetPasswordExpirationDate :
mailboxSmtpAddress : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<Nullable<DateTime>>
- mailboxSmtpAddress String
- The e-mail address of the user.
- token CancellationToken (Optional)
-
TaskNullableDateTimeThe password expiration date.