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
Referenced by: MailHost
Specifies the list of settings for the mail add-in when activated on a given form factor of the host.
Child Elements:
FunctionFile: A URLResourceReference element that specifies the source code file for the add-in, containing functions it exposes via its extension points, to use when loaded in this form factor.
ExtensionPoint: An ExtensionPoint element that specifies the portion of the host where the mail add-in registers itself to perform operations.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="FormFactor"> <xs:sequence> <xs:element name="FunctionFile" type="bt:URLResourceReference" minOccurs="0" maxOccurs="1"/> <xs:element name="ExtensionPoint" type="ExtensionPoint" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).