ExchangeServiceGetUserOofSettings - метод

Gets Out of Office (OOF) settings for a specific user. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<OofSettings> GetUserOofSettings(
	string smtpAddress,
	CancellationToken token = default
)

Параметры

smtpAddress  String
The SMTP address of the user for which to retrieve OOF settings.
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskOofSettings
An OofSettings instance containing OOF information for the specified user.

См. также