Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Feedback

Was this page helpful?

Additional resources