Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.25 KB

File metadata and controls

52 lines (40 loc) · 1.25 KB
title scoredEmailAddress resource type
description Represents a scored email address.
ms.localizationpriority medium
author AAmatino
ms.subservice mail
doc_type resourcePageType
ms.date 04/03/2024

scoredEmailAddress resource type

Namespace: microsoft.graph

Represents a scored email address.

Properties

Property Type Description
address string The email address.
relevanceScore double The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships.

JSON representation

The following JSON representation shows the resource type.

{
  "address": "string",
  "relevanceScore": 1024.0
}