Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2.01 KB

File metadata and controls

67 lines (50 loc) · 2.01 KB
title inferenceClassificationOverride resource type
description Represents a user's override for how incoming messages from a specific sender should always be classified as.
ms.localizationpriority medium
author SuryaLashmiS
ms.subservice outlook
doc_type resourcePageType
ms.date 05/23/2024

inferenceClassificationOverride resource type

Namespace: microsoft.graph

Represents a user's override for how incoming messages from a specific sender should always be classified as.

Methods

Method Return Type Description
Update Override inferenceClassificationOverride Change the ClassifyAs field of an override as specified.
Delete Override None Delete an override specified by its ID.

Properties

Property Type Description
classifyAs inferenceClassificationType Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other.
id string The unique identifier of the override. Read-only.
senderEmailAddress emailAddress The email address information of the sender for whom the override is created.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "classifyAs": "string",
  "id": "string (identifier)",
  "senderEmailAddress": {"@odata.type": "microsoft.graph.emailAddress"}
}