| title | rankedEmailAddress resource type |
|---|---|
| description | Represents a ranked email address. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | |
| author | AAmatino |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a ranked email address.
| 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. |
None.
The following JSON representation shows the resource type.
{
"address": "string",
"rank": 1024
}