Share via


2.2.50 ItemReadTabletMailAppSettings

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

Referenced by: ItemRead

Defines the form factor-aware settings applicable to a mail add-in when running on a tablet computer.

Child Elements:

SourceLocation: A URLLocaleAwareSetting element that specifies the source file location for this tablet mail add-in.

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

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