Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.06 KB

inferenceclassificationoverride.md

File metadata and controls

72 lines (53 loc) · 2.06 KB
title description ms.localizationpriority doc_type ms.subservice author
inferenceClassificationOverride resource type
Represents a user's override for how incoming messages from a specific sender should always be classified as
medium
resourcePageType
mail
SuryaLashmiS

inferenceClassificationOverride resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Methods

Method Return Type Description
Update inferenceClassificationOverride Change the ClassifyAs field of an override as specified.
Delete 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. 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"}
}