Share via


2.2.166 MessageComposeCommandSurface

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

Specifies the ways the mail add-in exposes functionality through the user interface of a mail item's compose view.

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="MessageComposeCommandSurface">
   <xs:complexContent>
     <xs:extension base="CommandSurfaceExtensionPoint"/>
   </xs:complexContent>
 </xs:complexType>

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