Share via


Office.LocationIdentifier interface

場所の ID を表します。

注釈

[ API セット: メールボックス 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;

プロパティ値