SetUserOofSettingsRequest
extends BaseRequestType
in package
Defines the arguments used to set a mailbox user's Out of Office (OOF) settings.
Table of Contents
Properties
- $Mailbox : EmailAddressType
- Identifies the mailbox user for a SetUserOofSettings or GetUserOofSettings request.
- $UserOofSettings : UserOofSettings
- Specifies the OOF settings.
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
$Mailbox
Identifies the mailbox user for a SetUserOofSettings or GetUserOofSettings request.
public
EmailAddressType
$Mailbox
Tags
$UserOofSettings
Specifies the OOF settings.
public
UserOofSettings
$UserOofSettings
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