ForwardMail
Forwards an existing email message to specified recipients.
Input
| Name | Type | Required | Description |
| MessageId | String | True | Identifier of the email message to be forwarded. |
| ToRecipients | String | True | Semicolon-separated list of recipient email addresses, such as [email protected]; [email protected]. |
| Comment | String | False | Optional comment or body content to include above the original message when forwarding. |
Result Set Columns
| Name | Type | Description |
| Status | String | Indicates whether the stored procedure completed successfully or returned an error. |