Share via


2.2.155 ItemHasAttachment

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

Defines a rule that evaluates to true if the item contains an attachment.

Attributes:

Highlight: A ShortString attribute that specifies highlighting for the matches of this rule. This attribute is only acknowledged if the rule type is ItemHasRegularExpressionMatch or ItemHasKnownEntity, and the rule is under a DetectedEntity extension point. In other words, this attribute is ignored for other rule types, or all rules (regardless of type) under a CustomPane extension point or legacy rules (rules that are immediate children of the OfficeApp element). Currently supported values for this attribute are: "None", "All".

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

 <xs:complexType name="ItemHasAttachment">
   <xs:complexContent>
     <xs:extension base="Rule"/>
   </xs:complexContent>
 </xs:complexType>

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