* 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)
| 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 */ |
| 13442 | type EmailAttachment = |
nothing calls this directly
no outgoing calls
no test coverage detected