Office.LocationIdentifier interface
表示位置的 ID。
注解
最低权限级别: 读取项
适用的 Outlook 模式:撰写或阅读
示例
const locations = [
{
"id": "Contoso",
"type": Office.MailboxEnums.LocationType.Custom
}
];
属性
id | 位置的唯一 ID。 对于 对于 |
type | 位置的类型。 |
属性详细信息
id
位置的唯一 ID。
对于 Room
类型,它是房间的电子邮件地址。
对于 Custom
类型,它是 displayName
。
id: string;
属性值
string