Condition
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2010 | Exchange Server 2013 | Office 365
The Condition element identifies the condition that must be satisfied for the action part of the rule to be executed.
<Condition> <AllInternal/> </Condition>
<Condition> <And/> </Condition>
<Condition> <Recipients/> </Condition>
<Condition> <SenderDepartments/> </Condition>
<Condition> <True/> </Condition>
ProtectionRuleConditionType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
|
Element |
Description |
|---|---|
|
Evaluates to true if all recipients of an e-mail message are internal to the sender's organization. |
|
|
Specifies that all child elements must match to evaluate to true. Specifies that there must be more than one protection rule child condition. |
|
|
Specifies that any recipient of the e-mail message matches any of the specified recipients in the child Value (ProtectionRuleValueType) elements. |
|
|
Specifies that the department of the sender matches any of the specified departments in the child Value (ProtectionRuleValueType) elements. |
|
|
Specifies a condition that always matches. |
Parent elements
|
Element |
Description |
|---|---|
|
Contains a single protection rule. |