ExchangeServiceGetUserOofSettings - метод
Gets Out of Office (OOF) settings for a specific user. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<OofSettings> GetUserOofSettings(
string smtpAddress,
CancellationToken token = default
)
Public Function GetUserOofSettings (
smtpAddress As String,
Optional token As CancellationToken = Nothing
) As Task(Of OofSettings)
public:
Task<OofSettings^>^ GetUserOofSettings(
String^ smtpAddress,
CancellationToken token = CancellationToken()
)
member GetUserOofSettings :
smtpAddress : string *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<OofSettings>
- smtpAddress String
- The SMTP address of the user for which to retrieve OOF settings.
- token CancellationToken (Optional)
-
TaskOofSettingsAn OofSettings instance containing OOF information for the specified user.