| 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 |
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.
| Method | Return type | Description |
|---|---|---|
| Get | contactMergeSuggestions | Read the properties of a contactMergeSuggestions object. |
| Update | None | Update the properties of a contactMergeSuggestions object. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"isEnabled": "Boolean"
}