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.

Element information

Element type

xs:integer

Namespace

https://schemas.microsoft.com/office/appforoffice/1.0

Schema file

offappmanifest.xsd

Definition

<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>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element

Type

Description

DesktopSettings

DesktopMailAppSettings

Specifies control settings that apply when this mail app is used on a desktop computer.

Child elements

None.

Attributes

None.

Additional Resources

Find more information at the following location:
Creating a manifest for a mail app for Outlook