Capabilities element (MailApp complexType) (app manifest schema v1.0)

Specifies the capabilities that are required by the mail app; the app can be available to users on an application if the application supports at least one of these capabilities.

Element information

Element type

Not defined

Namespace

https://schemas.microsoft.com/office/appforoffice/1.0

Schema file

offappmanifest.xsd

Definition

<xs:element name="Capabilities" minOccurs="1" maxOccurs="1">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Capability" type="MailAppCapability" minOccurs="1" maxOccurs="1"></xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

None.

Child elements

Element

Type

Description

Capability

MailAppCapability

Specifies a required capability.

Attributes

None.

Additional Resources

Find more information at the following location:
Creating a manifest for a mail app for Outlook