Share via


2.2.138 CustomPane

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

Displays a tab in the add-in bar that can appear in message read or appointment attendee views via declaration of rules.

Child Elements:

RequestedHeight: An ST_RequestedHeight element that specifies the desired height, in pixels, of this mail add-in pane when running on a desktop computer, which is a value between 32 and 450.

SourceLocation: A URLResourceReference element that specifies the URL to load on the pane.

Rule: A Rule element that specifies the activation rule to be evaluated for this extension point.

DisableEntityHighlighting: A boolean element that specifies whether entity highlighting is turned off for this mail add-in.

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

 <xs:complexType name="CustomPane">
   <xs:complexContent>
     <xs:extension base="ExtensionPoint">
       <xs:sequence>
         <xs:element name="RequestedHeight" minOccurs="0" maxOccurs="1" type="ST_RequestedHeight"/>
         <xs:element name="SourceLocation" type="bt:URLResourceReference" minOccurs="1" maxOccurs="1"/>
         <xs:element name="Rule" type="Rule" minOccurs="1" maxOccurs="1"/>
         <xs:element name="DisableEntityHighlighting" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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