Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.35 KB

File metadata and controls

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

inferenceClassification resource type

Namespace: microsoft.graph

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)"
}