DesktopMailAppSettings complexType (app manifest schema v1.0)

Defines the form factor-aware settings applicable to mail apps when running on a desktop computer.

Type information

Namespace

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

Schema file

offappmanifest.xsd

Extension base

None

Definition

<xs:complexType name="DesktopMailAppSettings">
    <xs:sequence>
        <xs:element name="SourceLocation" type="URLLocaleAwareSetting" minOccurs="1" maxOccurs="1"></xs:element>
        <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>
    </xs:sequence>
</xs:complexType>

Elements and attributes

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

Child elements

Element

Type

Description

RequestedHeight

xs:integer

Specifies the desired height, in pixels, of this mail app when running on a desktop computer, which is a value between 32 and 450.

SourceLocation

URLLocaleAwareSetting

Specifies the list of source file locations for this desktop mail app.

Attributes

None.