Skip to main content
Glama

Outlook MCP Server

by cqyefeng119

duplicate_email_as_draft

Recreate emails as drafts in Outlook by duplicating an existing email, preserving its format, and allowing customization of subject and recipients. Simplifies drafting emails with existing templates.

Instructions

Duplicate existing email as draft (preserving complete format)

Input Schema

NameRequiredDescriptionDefault
new_recipientsNoNew recipient list (optional)
new_subjectNoNew email subject (optional)
source_email_idYesOriginal email ID to duplicate
store_idNoStore ID for the original email (optional but recommended)

Input Schema (JSON Schema)

{ "properties": { "new_recipients": { "description": "New recipient list (optional)", "items": { "type": "string" }, "type": "array" }, "new_subject": { "description": "New email subject (optional)", "type": "string" }, "source_email_id": { "description": "Original email ID to duplicate", "type": "string" }, "store_id": { "description": "Store ID for the original email (optional but recommended)", "type": "string" } }, "required": [ "source_email_id" ], "type": "object" }

Other Tools from Outlook MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cqyefeng119/windows-outlook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server