Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 tablet computer.
Child Elements:
SourceLocation: A URLLocaleAwareSetting element (section 2.2.8) that specifies the source file location for this tablet mail add-in.
RequestedHeight: An ST_RequestedHeight2 element (section 2.3.12) that specifies the desired height, in pixels, of the display area for this mail add-in when running on a tablet computer.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="TabletMailAppSettings"> <xs:sequence> <xs:element name="SourceLocation" type="URLLocaleAwareSetting" minOccurs="1" maxOccurs="1"/> <xs:element name="RequestedHeight" minOccurs="1" maxOccurs="1" type="ver:ST_RequestedHeight2"/> </xs:sequence> </xs:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).