inferenceClassification resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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)"
}