Share via


2.2.135 CommandSurfaceExtensionPoint

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

Referenced by: MessageReadCommandSurface, MessageComposeCommandSurface, AppointmentOrganizerCommandSurface, AppointmentAttendeeCommandSurface

Specifies locations in a host's user interface where the mail add-in exposes functionality.

Child Elements:

OfficeTab: An OfficeTab element that specifies an existing Office Tab where commands will appear.

CustomTab: A CustomTab element that specifies the tab where commands will appear.

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

 <xs:complexType name="CommandSurfaceExtensionPoint" abstract="true">
   <xs:complexContent>
     <xs:extension base="ExtensionPoint">
       <xs:sequence>
         <xs:element name="OfficeTab" type="OfficeTab" minOccurs="0" maxOccurs="unbounded"/>
         <xs:element name="CustomTab" type="CustomTab" minOccurs="0" maxOccurs="unbounded"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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