Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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"
}