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/mailappversionoverrides
Referenced by: VersionOverrides, MailApp
Contains elements for the version 1.0 overrides of the mail add-in manifest.
Child Elements:
Description: A LongResourceReference element that specifies a more verbose description of the add-in. If present this value overrides the Description element in any parent portion of the manifest.
Requirements: A Requirements element that specifies the minimum set of Office.js requirements that the add-in needs to activate.
Hosts: A Hosts element that specifies a collection of host types and their settings. Overrides the Hosts element in any parent portion of the manifest.
Resources: A Resources element that specifies a collection of resources referenced by other elements of the manifest where resource references are supported.
mailor1_1:VersionOverrides: A VersionOverridesV1_1 element that specifies a collection of host types and their settings. Data defined in this element overrides or supplements the same data present in any parent portion of this manifest for hosts that support this extended manifest content.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="VersionOverridesV1_0"> <xs:sequence> <xs:element name="Description" type="bt:LongResourceReference" minOccurs="0" maxOccurs="1"/> <xs:element name="Requirements" type="bt:Requirements" minOccurs="0" maxOccurs="1"/> <xs:element name="Hosts" type="Hosts" minOccurs="0" maxOccurs="1"/> <xs:element name="Resources" type="bt:Resources" minOccurs="0" maxOccurs="1"/> <xs:element ref="mailor1_1:VersionOverrides" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).