Share via


2.2.236 LaunchEventDefinition

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

Referenced by: LaunchEvents

Specifies an event for which the add-ins SHOULD be launched.<7>

Attributes:

Type: A ShortString attribute that specifies the name of the event.

FunctionName: A LongString attribute that specifies the name of the handler.

SendMode: A LaunchEventSendMode attribute that specifies the control the user has during a send event.

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

 <xs:complexType name="LaunchEventDefinition">
   <xs:attribute name="Type" type="bt:ShortString" use="required"/>
   <xs:attribute name="FunctionName" type="bt:LongString" use="required"/>
   <xs:attribute name="SendMode" type="LaunchEventSendMode" use="optional"/>
 </xs:complexType>

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