MCPcopy Create free account
hub / github.com/fmhy/edit / reply

Method reply

api/worker-configuration.d.ts:13439–13439  ·  view source on GitHub ↗

* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that resolves when the email message is replied.

(message: EmailMessage)

Source from the content-addressed store, hash-verified

13437 * @returns A promise that resolves when the email message is replied.
13438 */
13439 reply(message: EmailMessage): Promise<EmailSendResult>
13440}
13441/** A file attachment for an email message */
13442type EmailAttachment =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected