Share via


2.2.13 PhoneMailAppSettings

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.0

Referenced by: MailApp

Contains the settings applicable to a mail add-in when running on a smartphone.

Child Elements:

SourceLocation: A URLLocaleAwareSetting element (section 2.2.8) that specifies the source file location for this phone mail add-in.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="PhoneMailAppSettings">
   <xs:sequence>
     <xs:element name="SourceLocation" type="URLLocaleAwareSetting" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).