List Focused Inbox Overrides

Retrieve Focused Inbox classification overrides from the Microsoft Outlook Mail API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-outlook-sandbox --skill list-focused-inbox-overrides
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: List Focused Inbox Overrides
Source: https://github.com/naftiko/microsoft-outlook-sandbox/tree/main/skills/list-inference-classification-overrides
Command: npx skills add https://github.com/naftiko/microsoft-outlook-sandbox --skill list-focused-inbox-overrides

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to view and manage their Focused Inbox classification overrides, ensuring important emails are always prioritized correctly.

Core Features & Use Cases

  • View Overrides: Retrieve a list of all sender-specific rules that dictate whether an email is classified as 'focused' or 'other'.
  • Understand Classification: Gain insight into how the Focused Inbox feature is configured for a specific user.
  • Use Case: A user wants to ensure emails from their manager are always in the Focused Inbox. They can use this Skill to check if such an override is already in place.

Quick Start

List all Focused Inbox overrides for the current user.

Frequently Asked Questions about List Focused Inbox Overrides

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Focused Inbox overrides from the Outlook Mail API?

To retrieve Focused Inbox overrides from the Outlook Mail API, you need an authorization token with the Mail.ReadWrite scope. This operation returns a list of sender-specific rules that manually classify emails as 'focused' or 'other', overriding automatic sorting.

What are Focused Inbox classification overrides used for in Outlook?

Focused Inbox classification overrides are user-defined rules in Outlook that dictate whether emails from specific senders are always classified as 'focused' or 'other'. They ensure important emails bypass automatic sorting and are prioritized correctly in the inbox.

Do I need Mail.ReadWrite permissions to list Outlook Focused Inbox rules?

Yes, listing Outlook Focused Inbox rules requires an authorization token with the Mail.ReadWrite scope. This permission level allows the API to inspect user-defined classification overrides that manually sort emails into focused or other tabs.

How can I check if an email sender is configured for the Focused Inbox in Microsoft Outlook?

You can check if an email sender is configured for the Focused Inbox by retrieving all classification overrides. This provides a list of override objects specifying each sender and their classification preference, allowing you to verify if a rule is already in place.

What is the difference between automatic Focused Inbox sorting and manual overrides?

Automatic Focused Inbox sorting uses system algorithms to filter emails, while manual overrides are user-defined rules that force emails from specific senders into either the 'focused' or 'other' tab regardless of the system's default classification behavior.