Table of Contents

Property Sending

Namespace
MailFathom.Mcp.Tools.Categories
Assembly
MailFathom.Mcp.dll

Sending

Gets the category of the tools that send mail from an account this deployment holds, of the two over a send that was queued, and of dispatching a draft.

public static McpToolCategory Sending { get; }

Property Value

McpToolCategory

Remarks

Reading back a send and withdrawing one belong here rather than with the mailbox, because both are about a message this deployment was asked to send: a deployment that sends nothing has no outbox for either to answer about. Dispatching a draft belongs here for the same reason it requires the sending grant rather than the drafting one — what it does is put mail on the wire — which is what lets a deployment publish Drafts so an agent composes for somebody to review and withhold this one so nothing it wrote leaves on its own.