ExchangeServiceSetUserOofSettings - метод

Sets the Out of Office (OOF) settings for a specific mailbox. 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 SetUserOofSettings(
	string smtpAddress,
	OofSettings oofSettings,
	CancellationToken token = default
)

Параметры

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

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

Task

См. также