ReplyBody
extends Type
in package
Defines the out of office (OOF) response that is sent to addresses outside the recipient's domain or trusted domains.
Table of Contents
Properties
- $lang : string
- Specifies the language used in the ExternalReply message.
- $Message : string
- Contains the OOF response.
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
$lang
Specifies the language used in the ExternalReply message.
public
string
$lang
The possible values for this attribute are defined by IETF RFC 3066.
Tags
$Message
Contains the OOF response.
public
string
$Message
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