* Forward this email message to a verified destination address of the account. * @param rcptTo Verified destination address. * @param headers A [Headers object](https://developer.mozilla.org/en-US/docs/Web/API/Headers). * @returns A promise that resolves when the email message is forw
(rcptTo: string, headers?: Headers)
| 6401 | * @returns A promise that resolves when the email message is forwarded. |
| 6402 | */ |
| 6403 | forward(rcptTo: string, headers?: Headers): Promise<void>; |
| 6404 | /** |
| 6405 | * Reply to the sender of this email message with a new EmailMessage object. |
| 6406 | * @param message The reply message. |
nothing calls this directly
no outgoing calls
no test coverage detected