This documentation is archived and is not being maintained.
RequestedHeight element (DesktopMailAppSettings complexType) (app manifest schema v1.0)
Specifies the desired height, in pixels, of this mail app when running on a desktop computer, which is a value between 32 and 450.
Last modified: January 30, 2014
|
Element type
|
xs:integer
|
|
Namespace
|
http://schemas.microsoft.com/office/appforoffice/1.0
|
|
Schema file
|
offappmanifest.xsd
|
<xs:element name="RequestedHeight" minOccurs="1" maxOccurs="1">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:minInclusive value="32" />
<xs:maxInclusive value="450" />
</xs:restriction>
</xs:simpleType>
</xs:element>
If the schema defines specific requirements, such as sequence, minOccurs,
maxOccurs, and
choice, see the definition section.
Parent elements
Child elements
Attributes