exchangeSettings resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the Exchange settings for mailbox discovery.
Methods
Method | Return Type | Description |
---|---|---|
List | exchangeSettings collection | Get a list of Exchange settings, including mailboxes that belong to a user. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier of the exchangeSettings of the user. |
inPlaceArchiveMailboxId | String | The unique identifier for the user's in-place archive mailbox. |
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",
"id": "String (identifier)",
"inPlaceArchiveMailboxId": "String",
"primaryMailboxId": "String"
}