Documentation

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
since

Exchange 2007

$UserOofSettings

Specifies the OOF settings.

public UserOofSettings $UserOofSettings
Tags
since

Exchange 2007

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

        
On this page

Search results