Namespace: |
|
Type: |
anonymous complexType |
Content: |
empty, 1 attribute |
Defined: |
|
Includes: |
definition of 1 attribute |
XML Representation Summary |
||||||
<condition |
||||||
|
||||||
/> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element's select attribute specifies the xpath expression used to evaluate if the this
</xsd:documentation>
rule applies to the active message. <xsd:complexType>
<!-- empty content -->
</xsd:complexType>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies an xpath expression used to determine if this rule applies
</xsd:documentation>
to the active message. Because rules only apply to messages, this statement must be scoped to the message element: Legal examples: "./importance = 'high'" "./from/email = 'someone@microsoft.com' and contains(./subject/full, 'hello')" Illegal examples: "/myInbox/message[./importance = 'high']" "/myInbox/folder" "/myInbox/rule" </xsd:element>
|
Type: |
|
Use: |
required |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute specifies an xpath expression used to determine if this rule applies
</xsd:documentation>
to the active message. Because rules only apply to messages, this statement must be scoped to the message element: Legal examples: "./importance = 'high'" "./from/email = 'someone@microsoft.com' and contains(./subject/full, 'hello')" Illegal examples: "/myInbox/message[./importance = 'high']" "/myInbox/folder" "/myInbox/rule" </xsd:attribute>
|