Share via


2.3.31 PropertyName

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.1

Referenced by: ItemHasRegularExpressionMatch

Specifies property names that can be used with the ItemHasRegularExpressionMatch rule (section 2.2.45).

Value

Meaning

Subject

Evaluates the regular expression against the item subject.

BodyAsPlaintext

Evaluates the regular expression against the item body in plain text.

BodyAsHTML

Evaluates the regular expression against the item body if the body is available in HTML.

SenderSMTPAddress

Evaluates the regular expression against the SMTP address of the item sender.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="PropertyName">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Subject"/>
     <xs:enumeration value="BodyAsPlaintext"/>
     <xs:enumeration value="BodyAsHTML"/>
     <xs:enumeration value="SenderSMTPAddress"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).