ExchangeServiceGetPasswordExpirationDate - метод |
Get the password expiration date
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The e-mail address of the user. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskNullableDateTimeThe password expiration date.
См. также