...
The Forward E-mail activity parameters can be provided by manual inserted values or via IN arguments or variables:
Addresses:
- Bcc (text box editor type) (type: string): the "Bcc" email address. For multiple email addresses, separate them with comma (e.g. "mail1@demo.com,mail2@demo.com").
...
- Body Prefix (text box editor type) (type: string): the prefix that will be prepended to the original message's body when the reply is created.
- Body Prefix Formatted (text box editor type) (type: string): the input content to be sent as the forward email's body content if a binding to a variable is used ($using). If set and if the $using:variable syntax is used, this parameter will take precedence over the Body Prefix parameter. For example, the $using:DemoString syntax will take the value stored in the DemoString variable.
- CC (text box editor type) (type: string): the "CC" email address. For multiple email addresses, separate them with comma (e.g. "mail1@demo.com,mail2@demo.com").
- ID (text box editor type) (type: string): the ID of the existing e-mail message to forward to. An output from the Get activities can be used as Input (e.g. Get Email).
- To (text box editor type) (type: string): the "To email address. For multiple email addresses, separate them with comma (e.g. "mail1@demo.com,mail2@demo.com").
...