Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.62 KB

File metadata and controls

49 lines (39 loc) · 1.62 KB
title contactMergeSuggestions resource type
description Represents the feature to suggest merging contact items when Outlook detects duplicates in the user's contacts list
author kevinbellinger
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType
ms.date 07/22/2024

contactMergeSuggestions resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the feature to suggest merging contact items when Outlook detects duplicates in the user's contacts list.

This resource provides a means to enable or disable the feature at the user level. By default, suggestion is enabled. Duplicate contact items remain as duplicates in the contact folder unless the user selects merging them.

Methods

Method Return type Description
Get contactMergeSuggestions Read the properties of a contactMergeSuggestions object.
Update None Update the properties of a contactMergeSuggestions object.

Properties

Property Type Description
isEnabled Boolean true if the duplicate contact merge suggestions feature is enabled for the user; false if the feature is disabled. Default value is true.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "isEnabled": "Boolean"
}