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 the ways the app exposes functionality through the user interface of online meeting integration where user can inject meeting link and other details.
Child Elements:
Control: A MobileButton element that specifies a user interface extension point that displays as a button for mobile.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="MobileOnlineMeetingCommandSurface"> <xs:complexContent> <xs:extension base="ExtensionPoint"> <xs:sequence> <xs:element name="Control" type="MobileButton" 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).