Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.12 KB

File metadata and controls

43 lines (36 loc) · 1.12 KB
title exchangeSettings resource type
description Represents the Exchange settings for mailbox discovery.
author cparker-msft
ms.date 12/06/2024
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType

exchangeSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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