条件

Condition 元素标识要执行的规则的操作部分必须满足的条件。

<Condition>
   <AllInternal/>
</Condition>
<Condition> 
    <SenderDepartments/> 
</Condition>
<Condition> 
    <True/> 
</Condition>
<Condition> 
    <Recipients/> 
</Condition>
<Condition> 
    <And/> 
</Condition>

ProtectionRuleConditionType

属性和元素

下面各部分介绍了属性、子元素和父元素。

Attributes

无。

子元素

元素 说明
AllInternal
如果电子邮件的所有收件人都是发件人组织内部,则计算结果为 true
和 (ProtectionRuleAndType)
指定所有子元素都必须匹配以使值为 true。 指定必须有多个保护规则子条件。
RecipientIs
指定电子邮件的任何收件人与子 Value (ProtectionRuleValueType) 元素中的任何指定收件人匹配。
SenderDepartments
指定发送方的部门与 子 Value (ProtectionRuleValueType) 元素中的任何指定部门匹配。
True
指定始终匹配的条件。

父元素

元素 说明
Rule
包含单个保护规则。

文本值

无。

说明

描述此元素的架构位于承载 Exchange Web Services 的 IIS 虚拟目录中。

元素信息

元素 示例
命名空间
http://schemas.microsoft.com/exchange/services/2006/types
架构名称
类型架构
验证文件
Types.xsd
可以为空
False

另请参阅