TabletMailAppSettings complexType (app manifest schema v1.0)
Defines the form factor-aware settings applicable to mail apps when running on a tablet computer.
Type information
Namespace |
https://schemas.microsoft.com/office/appforoffice/1.0 |
Schema file |
offappmanifest.xsd |
Extension base |
None |
Definition
<xs:complexType name="TabletMailAppSettings">
<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 |
---|---|---|
xs:integer |
Specifies the desired height, in pixels, of this this mail app when running on a tablet computer, which is a value between 32 and 450. |
|
Specifies the list of source file locations for this tablet mail app. |
Attributes
None.