* 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)
| 4762 | * @returns A promise that resolves when the email message is replied. |
| 4763 | */ |
| 4764 | reply(message: EmailMessage): Promise<void>; |
| 4765 | } |
| 4766 | /** |
| 4767 | * A binding that allows a Worker to send email messages. |
nothing calls this directly
no outgoing calls
no test coverage detected