PhoneMailAppSettings complexType (app manifest schema v1.0)

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

Type information

Namespace

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

Schema file

offappmanifest.xsd

Extension base

None

Definition

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

SourceLocation

URLLocaleAwareSetting

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

Attributes

None.