次の方法で共有


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;

プロパティ値