Edit

exchangeSettings resource type

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"
}