ProtectionRuleConditionType
extends Type
in package
Identifies a condition that must be satisfied for the action part of a rule to be executed.
Table of Contents
Properties
- $AllInternal : bool
- Evaluates to true if all recipients of an e-mail message are internal to the sender's organization.
- $And : ProtectionRuleAndType
- Specifies that all child elements must match to evaluate to true.
- $RecipientIs : ProtectionRuleRecipientIsType
- Specifies that any recipient of the e-mail message matches any of the specified recipients in the child Value (ProtectionRuleValueType) elements.
- $SenderDepartments : ProtectionRuleSenderDepartmentsType
- Specifies that the department of the sender matches any of the specified departments in the child Value (ProtectionRuleValueType) elements.
- $True : bool
- Specifies a condition that always matches.
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
$AllInternal
Evaluates to true if all recipients of an e-mail message are internal to the sender's organization.
public
bool
$AllInternal
Tags
$And
Specifies that all child elements must match to evaluate to true.
public
ProtectionRuleAndType
$And
Specifies that there must be more than one protection rule child condition.
Tags
$RecipientIs
Specifies that any recipient of the e-mail message matches any of the specified recipients in the child Value (ProtectionRuleValueType) elements.
public
ProtectionRuleRecipientIsType
$RecipientIs
Tags
$SenderDepartments
Specifies that the department of the sender matches any of the specified departments in the child Value (ProtectionRuleValueType) elements.
public
ProtectionRuleSenderDepartmentsType
$SenderDepartments
Tags
$True
Specifies a condition that always matches.
public
bool
$True
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