# 機器用メールボックスの追加

### 説明

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

### 場所

組織 → メール → 機器用メールボックスの追加

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

rjgit-org\_mail\_add-equipment-mailbox

### アクセス許可

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

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

#### RBAC ロール

* Exchange 管理者

### パラメーター

#### MailboxName

機器用メールボックスのエイリアス (メールのニックネーム)。

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

#### DisplayName

機器用メールボックスの任意の表示名。

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

#### DelegateTo

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

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

#### 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-equipment-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.
