หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Namespace: microsoft.graph
Represents the Exchange settings for mailbox discovery.
Methods
| Method | Return Type | Description |
|---|---|---|
| List | exchangeSettings | Get a list of Exchange mailboxes that belong to a user. |
Properties
| Property | Type | Description |
|---|---|---|
| primaryMailboxId | String | The unique identifier for the user's primary mailbox. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.exchangeSettings",
"primaryMailboxId": "String"
}