Documentation

ArrayOfRuleOperationsType extends ArrayType
in package

Represents an array of rule operations that can be performed on an Inbox.

Table of Contents

Properties

$CreateRuleOperation  : array<string|int, CreateRuleOperationType>
Represents an operation to create a new Inbox rule.
$DeleteRuleOperation  : array<string|int, DeleteRuleOperationType>
Represents an operation to delete an Inbox rule.
$SetRuleOperation  : array<string|int, SetRuleOperationType>
Represents an operation to update an Inbox rule.

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

$CreateRuleOperation

Represents an operation to create a new Inbox rule.

public array<string|int, CreateRuleOperationType> $CreateRuleOperation = array()
Tags
since

Exchange 2010

$DeleteRuleOperation

Represents an operation to delete an Inbox rule.

public array<string|int, DeleteRuleOperationType> $DeleteRuleOperation = array()
Tags
since

Exchange 2010

$SetRuleOperation

Represents an operation to update an Inbox rule.

public array<string|int, SetRuleOperationType> $SetRuleOperation = array()
Tags
since

Exchange 2010

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