...
The Update Email activity parameters can be provided by manual inserted values or via IN arguments or variables:
Addresses:
- Bcc (text box editor type) (type: string): comma separated email addresses.Cc the "Bcc" new email address. For multiple email addresses, separate them with comma (e.g. "mail1@demo.com,mail2@demo.com").
- CC (text box editor type) (type: string): comma separated email addresses. the "Cc" new email address. For multiple email addresses, separate them with comma (e.g. "mail1@demo.com,mail2@demo.com").
- To (text box editor type) (type: string): the "To" new email address.
Message:
- Content (text box editor type) (type: string): the content of the new email.
- File Attachments (file browser and text box editor type) (type: string): the files attach the new file(s) that will be sent with the email., by clicking the button and selecting the desired file with the Add button:
- Priority (combo box control) (type: string): the priority the new priority of the message: High, Low or or Normal.
- Subject (text box editor type) (type: string): the email the new email subject.
Parameters:
- Connection (text box editor type): the mailbox connection. The output from Connect to Mailbox activity should be used as Input for this parameter.
- ID (text box editor type) (type: string): the ID the id of the existing the existing e-mail message to reply tobe updated. An output from the Get activities can be used as Input (e.g. Get Email).
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Update Email activity:
Execution: the activity will create and send an e-mail to the provided recipient(s) (BCC, CC, To), with the given details (Content, Attached files, Subject and Priority).