Create Mail Search Folder

Create Outlook mail search folders using custom OData filter queries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-outlook-sandbox --skill create-mail-search-folder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Mail Search Folder
Source: https://github.com/naftiko/microsoft-outlook-sandbox/tree/main/skills/create-mail-search-folder
Command: npx skills add https://github.com/naftiko/microsoft-outlook-sandbox --skill create-mail-search-folder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of virtual mail folders that dynamically display messages matching specific filter criteria, saving users time from manually sifting through emails.

Core Features & Use Cases

  • Dynamic Folder Creation: Set up virtual folders that automatically update based on defined search queries.
  • Customizable Filters: Define complex OData queries to precisely target desired messages.
  • Use Case: Create a "High Priority Unread" search folder that automatically shows all unread emails marked as high importance, consolidating critical communications in one place.

Quick Start

Use the create mail search folder skill to create a new search folder named "Urgent Follow-ups" that searches for emails with 'urgent' in the subject line within your inbox.

Frequently Asked Questions about Create Mail Search Folder

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

FAQPage Schema
How do I create a dynamic search folder in Outlook?

An Outlook mail search folder is a virtual folder that dynamically displays messages matching custom OData filter queries. It automatically updates its view based on your defined search criteria, consolidating targeted emails in one place.

How do I filter unread high priority emails in Outlook using OData?

You can filter unread high priority emails by creating a search folder with an OData query that targets messages marked as high importance. This dynamically consolidates critical communications into a single automatically updating view.

Can I specify a parent mail folder when creating an Outlook search folder?

Yes, you can specify a parent mail folder when creating an Outlook search folder. This allows you to scope your custom OData filter queries to search for messages within a specific directory rather than the entire mailbox.

What is the best way to automate email management for urgent follow-ups?

The best way to automate email management for urgent follow-ups is creating a virtual search folder that dynamically filters messages. By defining an OData query for subjects containing 'urgent', the folder automatically displays relevant emails.

Do I need to know OData queries to set up dynamic mail search folders?

Yes, defining custom OData filter queries is required to precisely target desired messages for dynamic mail search folders. These OData queries specify the search criteria used to automatically filter and display your emails.

Why create a virtual mail folder instead of manually sorting emails?

Creating a virtual mail folder saves time by dynamically displaying messages that match specific filter criteria, eliminating the need to manually sift through emails. The folder updates automatically as new messages arrive.