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