Share via


2.3.11 ST_RequestedHeight1

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.0

Referenced by: DesktopMailAppSettings

Specifies the desired height, in pixels, of the display area for a mail add-in when running on a non-tablet device.

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

 <xs:simpleType name="ST_RequestedHeight1">
   <xs:restriction base="xs:integer">
     <xs:minInclusive value="32"/>
     <xs:maxInclusive value="450"/>
   </xs:restriction>
 </xs:simpleType>

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