MailAppCapabilities simpleType (app manifest schema v1.0)

Specifies the named subsets of the Office app API that are available to mail apps.

Type information

Base type

xs:string

Namespace

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

Schema file

offappmanifest.xsd

Definition

<xs:simpleType name="MailAppCapabilities">
    <xs:restriction base="xs:string">
        <xs:enumeration value="Mailbox" />
    </xs:restriction>
</xs:simpleType>

Enumeration values

Value

Description

Mailbox

This capability represents the subset of the API that defines mailbox functionality.