# 会議室メールボックスの追加

### 説明

Exchange Online の会議室メールボックスを作成し、必要に応じて委任と予定表処理を構成します。要求された場合、関連付けられた Entra ID ユーザー アカウントは作成後に無効化されます。

### 場所

組織 → メール → 会議室メールボックスを追加

**ランブックの完全名**

rjgit-org\_mail\_add-room-mailbox

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Office 365 Exchange Online
  * Exchange.ManageAsApp

#### RBAC ロール

* Exchange 管理者

### パラメーター

#### MailboxName

会議室メールボックスのエイリアス（メールのニックネーム）。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### DisplayName

会議室メールボックスの表示名（任意）。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### DelegateTo

メールボックスへの委任アクセスを受け取るユーザー（任意）。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### Capacity

人数で指定する会議室の収容人数（任意）。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | 0     |
| 種類    | Int32 |

#### AutoAccept

true に設定すると、会議出席依頼は自動的に承諾されます。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

#### 自動マッピング

true に設定すると、委任者の Outlook にメールボックスが自動的にマップされます。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

#### DisableUser

true に設定すると、関連付けられた Entra ID ユーザー アカウントが無効化されます。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/mail/add-room-mailbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
