3.1.4.1.3.41 t:ProtectionRuleRecipientIsType Complex Type

The ProtectionRuleRecipientIsType complex type specifies the RecipientIs predicate. The semantics of the RecipientIs predicate is a condition that evaluates to "true" if any recipients of the email message match any specified recipients in the child Value elements.

 <xs:complexType name="ProtectionRuleRecipientIsType">
   <xs:sequence>
     <xs:element name="Value" type="t:ProtectionRuleValueType"
         minOccurs="1" maxOccurs="unbounded" />
   </xs:sequence>
 </xs:complexType>

The following table lists the child element of the ProtectionRuleRecipientIsType complex type.

Element

Type

Description

Value

t:ProtectionRuleValueType (section 3.1.4.1.4.9)

Specifies an argument to the RecipientIs condition.

This element MUST occur at least once.