Для изменения размера нажмите или перетащите

ExchangeServiceSetUserOofSettings - метод

Sets the Out of Office (OOF) settings for a specific mailbox. Calling this method results in a call to EWS.

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

Параметры

smtpAddress
Тип: SystemString
The SMTP address of the user for which to set OOF settings.
oofSettings
Тип: Tessa.Exchange.WebServices.DataOofSettings
The OOF settings.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: Task
См. также