Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.29 KB

File metadata and controls

61 lines (46 loc) · 1.29 KB
title rankedEmailAddress resource type
description Represents a ranked email address.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice mail
author AAmatino
ms.date 03/21/2024

rankedEmailAddress resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a ranked email address.

Properties

Property Type Description
address string The email address.
rank double The rank of the email address. A rank is used as a sort key, in relation to the other returned results. A higher rank value corresponds to a more relevant result. Relevance is determined by communication, collaboration, and business relationship signals.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "address": "string",
  "rank": 1024
}