OutOfOfficeMailTip
extends Type
in package
Represents the response message and a duration time for sending the response message.
Table of Contents
Properties
- $Duration : Duration
- Contains the duration that the OOF status is enabled if the OofState element is set to Scheduled.
- $ReplyBody : ReplyBody
- Contains an Out of Office (OOF) message and the language used for the message.
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 that the OOF status is enabled if the OofState element is set to Scheduled.
public
Duration
$Duration
Tags
$ReplyBody
Contains an Out of Office (OOF) message and the language used for the message.
public
ReplyBody
$ReplyBody
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