Office.LocationIdentifier interface

表示位置的 ID。

注解

[ API set: Mailbox 1.8 ]

最低权限级别读取项

适用的 Outlook 模式:撰写或阅读

示例

const locations = [
    {
        "id": "Contoso",
        "type": Office.MailboxEnums.LocationType.Custom
    }
];

属性

id

位置的唯一 ID。

对于 Room 类型,它是会议室的电子邮件地址。

对于 Custom 类型,它是 displayName

type

位置的类型。

属性详细信息

id

位置的唯一 ID。

对于 Room 类型,它是会议室的电子邮件地址。

对于 Custom 类型,它是 displayName

id: string;

属性值

string

type

位置的类型。

type: MailboxEnums.LocationType | string;

属性值