| title | exchangeSettings resource type |
|---|---|
| description | Represents the Exchange settings for mailbox discovery. |
| author | cparker-msft |
| ms.date | 12/06/2024 |
| ms.localizationpriority | medium |
| ms.subservice | outlook |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the Exchange settings for mailbox discovery.
| Method | Return Type | Description |
|---|---|---|
| List | exchangeSettings | Get a list of Exchange mailboxes that belong to a user. |
| Property | Type | Description |
|---|---|---|
| primaryMailboxId | String | The unique identifier for the user's primary mailbox. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.exchangeSettings",
"primaryMailboxId": "String"
}