次の方法で共有


KnownEntityType simpleType (apps for Office 1.1)

Defines names for the text patterns that can be recognized and extracted from the item subject and body, or that can be used in ItemHasKnownEntity rules.

Introduced in

apps for Office Manifest Schema Reference v1.0

Type information

Base type

xs:string

Namespace

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

Schema file

OfficeAppManifestv1.1.xsd

Definition

<xs:simpleType name="KnownEntityType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="MeetingSuggestion" />
        <xs:enumeration value="TaskSuggestion" />
        <xs:enumeration value="Address" />
        <xs:enumeration value="Url" />
        <xs:enumeration value="PhoneNumber" />
        <xs:enumeration value="EmailAddress" />
        <xs:enumeration value="Contact" />
    </xs:restriction>
</xs:simpleType>

Enumeration values

Value

Description

MeetingSuggestion

Text that is identified by pattern recognition to reference an event or a meeting.

TaskSuggestion

Text that is identified by pattern recognition to contain an actionable phrase.

Address

Text that is identified by pattern recognition to reference a postal address in the United States.

Url

Text that is identified by pattern recognition to contain a file name or web address URL.

PhoneNumber

A series of digits that is identified by pattern recognition as a telephone number in North America.

EmailAddress

Text that is identified by pattern recognition to contain an SMTP format email address.

Contact

Text that is identified by pattern recognition to contain contact information.