Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides/1.1
Referenced by: DetectedEntity
Specifies the desired height, in pixels on 72dpi displays, of a mail app when running on a desktop computer. This value MUST be between 140 and 450. The default value for this attribute MUST be 350.
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="140"/> <xs:maxInclusive value="450"/> </xs:restriction> </xs:simpleType>
See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).