GetUserOofSettingsResponse
extends Response
in package
Represents the response message and the Out of Office (OOF) settings for a user.
Table of Contents
Properties
- $AllowExternalOof : string
- Contains a value that identifies to whom external OOF messages are sent.
- $OofSettings : UserOofSettings
- Contains the OOF settings.
- $ResponseMessage : ResponseMessageType
- Provides descriptive information about the response status.
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
$AllowExternalOof
Contains a value that identifies to whom external OOF messages are sent.
public
string
$AllowExternalOof
Tags
$OofSettings
Contains the OOF settings.
public
UserOofSettings
$OofSettings
Tags
$ResponseMessage
Provides descriptive information about the response status.
public
ResponseMessageType
$ResponseMessage
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