Create Mail Folder

Create a new mail folder with a specified display name in Outlook.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to create new, organized folders within their Outlook mailbox, helping to manage and categorize emails more effectively.

Core Features & Use Cases

  • Folder Creation: Instantly create a new top-level mail folder.
  • Custom Naming: Assign a specific display name to the new folder.
  • Use Case: A user needs to create a dedicated folder for all emails related to a new project, "Project Alpha". This Skill can quickly set up that folder.

Quick Start

Create a new mail folder named 'Project Alpha'.

Frequently Asked Questions about Create Mail Folder

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

FAQPage Schema
How do I create a new folder in my Outlook mailbox?

To create a new mail folder in Outlook, you need to send a JSON request body containing the 'displayName' property to specify the folder's name. This instantly sets up a new top-level folder for organized email management.

Can I organize my inbox by setting up custom named mail folders?

Yes, you can organize your inbox by specifying a custom display name for the new mail folder in the JSON request. This allows you to categorize emails effectively, such as creating a dedicated folder for a specific project.

What do I need to create a mail folder in Outlook?

You need an authenticated Outlook mailbox and a JSON request body with the 'displayName' property defined. No additional dependencies or components are required to generate the new top-level mail folder.

Does this folder creation process support nested subfolders?

The mail folder creation process currently supports creating new top-level folders only. You can assign a specific display name to the new folder, but the metadata does not indicate support for nesting folders within other directories.

When should I use a dedicated mail folder for my emails?

You should create a dedicated mail folder when you need to manage and categorize emails for specific contexts, such as setting up a separate directory for all communications related to a new project.

What is the best way to automate Outlook folder creation for a new project?

The best way to automate Outlook folder creation is to pass the desired project name as the 'displayName' property in the JSON request body, which instantly creates a structured top-level directory for your inbox.