Share via


2.2.237 LaunchEvents

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

Referenced by: LaunchEvent

Specifies a collection of client events for which the add-in SHOULD be launched.<8>

Child Elements:

LaunchEvent: A LaunchEventDefinition element that specifies a client event.

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

 <xs:complexType name="LaunchEvents">
   <xs:sequence>
     <xs:element name="LaunchEvent" type="LaunchEventDefinition" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

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