Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.23 KB

File metadata and controls

72 lines (53 loc) · 2.23 KB
title inferenceClassification resource type
description Classification of a user's messages to enable focus on the messages that are more relevant or important to the user.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice mail
author SuryaLashmiS
ms.date 05/23/2024

inferenceClassification resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Classification of a user's messages to enable focus on those that are more relevant or important to the user.

For more information, see Manage Focused Inbox.

Methods

Method Return Type Description
Create Override inferenceClassificationOverride Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classified as specified in the override.
List Overrides inferenceClassificationOverride collection Get the overrides that a user has set up to always classify messages from certain senders in specific ways.

Properties

Property Type Description
id string Read-only.

Relationships

Relationship Type Description
overrides inferenceClassificationOverride collection A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string (identifier)"
}