Documentation

ProtectionRuleActionType extends Type
in package

Identifies what action must be executed if the condition part of a rule passes.

Table of Contents

Properties

$Argument  : ProtectionRuleArgumentType
Specifies arguments to the action.
$Name  : string
Identifies the name of the action.

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

$Argument

Specifies arguments to the action.

public ProtectionRuleArgumentType $Argument

This property should be left empty if the specified action does not require arguments to be specified. This property can include one or more values if an action requires one or more arguments. The RightsProtectMessage action will contain a single argument.

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