ForwardMail
Forwards an existing email message to one or more recipients, replicating the 'Forward' action typically available in email clients.
Input
| Name | Type | Required | Description |
| MessageId | String | True | The unique identifier of the email message to be forwarded. This ID is required to locate the original message in the mailbox. |
| ToRecipients | String | True | A semicolon-separated list of recipient email addresses to whom the message will be forwarded (for example, '[email protected]' or '[email protected]'). |
| Comment | String | False | Optional text that will be included above the original message content in the forwarded email. Can be used to add context or additional information. |
| UserId | String | False | The identifier of the impersonated user on whose behalf the email is being forwarded. Required in scenarios involving delegated or application-level access. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the forward operation completed successfully. Returns true if the message was forwarded without error. |