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/1.1
Specifies that an add-in SHOULD run without any user interface on a mail and appointment item.<12>
Child Elements:
LaunchEvents: A LaunchEvents element that specifies the list of events to subscribe to.
SourceLocation: An URLResourceReference element that specifies the source file locations for your Office Add-in as a URL between 1 and 2018 characters long. The source location MUST be an HTTPS address, not a file path.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="LaunchEvent"> <xs:complexContent> <xs:extension base="ExtensionPoint"> <xs:sequence> <xs:element name="LaunchEvents" type="LaunchEvents" minOccurs="1" maxOccurs="1"/> <xs:element name="SourceLocation" type="bt:URLResourceReference" minOccurs="1" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).