Share via


2.2.79 Event

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

Specifies an event for which the mail add-in wishes to receive callbacks.

Attributes:

Type: A ShortString attribute that specifies the event type to register a callback for.

FunctionExecution: An EventFunctionExecutionType attribute that specifies the event that is being listened to.

FunctionName: A LongString attribute that specifies the name of the function to invoke.

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

 <xs:complexType name="Event">
   <xs:attribute name="Type" type="bt:ShortString" use="required"/>
   <xs:attribute name="FunctionExecution" type="EventFunctionExecutionType" use="required"/>
   <xs:attribute name="FunctionName" type="bt:LongString" use="required"/>
 </xs:complexType>

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