UserOofSettings
extends Type
in package
Defines the Out of Office (OOF) settings.
Table of Contents
Properties
- $Duration : Duration
- Contains the duration for which the OOF status is enabled if the OofState element is set to Scheduled.
- $ExternalAudience : string
- Contains a value that determines to whom external OOF messages are sent.
- $ExternalReply : ReplyBody
- Contains the OOF response sent to addresses outside the recipient's domain or trusted domains.
- $InternalReply : ReplyBody
- Contains the OOF response sent to other users in the user's domain or trusted domain.
- $OofState : string
- Contains the user's OOF state.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Duration
Contains the duration for which the OOF status is enabled if the OofState element is set to Scheduled.
public
Duration
$Duration
If the OofState element is set to Enabled or Disabled, the value of this element is ignored.
Tags
$ExternalAudience
Contains a value that determines to whom external OOF messages are sent.
public
string
$ExternalAudience
Tags
$ExternalReply
Contains the OOF response sent to addresses outside the recipient's domain or trusted domains.
public
ReplyBody
$ExternalReply
Tags
$InternalReply
Contains the OOF response sent to other users in the user's domain or trusted domain.
public
ReplyBody
$InternalReply
Tags
$OofState
Contains the user's OOF state.
public
string
$OofState
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed