Share via


2.2.168 Module

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

The mail add-in exposes functionality in the Add-ins Module to show a large HTML source with CommandSurfaces.

Child Elements:

SourceLocation: A URLResourceReference element that specifies the page to load for the module.

Label: A ShortResourceReference element that specifies the label of the module.

CommandSurface: A CommandSurface element that specifies the surface of the module where commands will be displayed.

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

 <xs:complexType name="Module">
   <xs:complexContent>
     <xs:extension base="ExtensionPoint">
       <xs:sequence>
         <xs:element name="SourceLocation" type="bt:URLResourceReference" minOccurs="1" maxOccurs="1"/>
         <xs:element name="Label" type="bt:ShortResourceReference" minOccurs="1" maxOccurs="1"/>
         <xs:element name="CommandSurface" type="CommandSurface" minOccurs="1" 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).