Documentation

ProtectionRuleAndType extends Type
in package

Specifies that all child elements must match to evaluate to true.

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
since

Exchange 2010

$And

Specifies that all child elements must match to evaluate to true.

public ProtectionRuleAndType $And
Tags
since

Exchange 2010

$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
since

Exchange 2010

$SenderDepartments

Specifies that the department of the sender matches any of the specified departments in the child Value (ProtectionRuleValueType) elements.

public ProtectionRuleSenderDepartmentsType $SenderDepartments
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