| title | scoredEmailAddress resource type |
|---|---|
| description | Represents a scored email address. |
| ms.localizationpriority | medium |
| author | AAmatino |
| ms.subservice | |
| doc_type | resourcePageType |
| ms.date | 04/03/2024 |
Namespace: microsoft.graph
Represents a scored email address.
| 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. |
The following JSON representation shows the resource type.
{
"address": "string",
"relevanceScore": 1024.0
}