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
Specifies the ways the mail add-in exposes functionality through the user interface of an appointment item where the user is an attendee. This is the surface that is targeted to, for example, add new commands to the appointment attendee view.
Child Elements:
OfficeTab: An OfficeTab element that specifies an existing tab on the host where commands will be added.
CustomTab: A CustomTab element that specifies the creation of a brand new tab where commands will be added.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="AppointmentAttendeeCommandSurface"> <xs:complexContent> <xs:extension base="CommandSurfaceExtensionPoint"/> </xs:complexContent> </xs:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).