Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}