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

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.5.0.19
Синтаксис
public Task<OofSettings> GetUserOofSettings(
	string smtpAddress,
	CancellationToken token = default
)

Параметры

smtpAddress
Тип: SystemString
The SMTP address of the user for which to retrieve OOF settings.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskOofSettings
An OofSettings instance containing OOF information for the specified user.
См. также