Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Update Email activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

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 Image Added button and selecting the desired file with the Add button:
    Image Added
  • 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:

Image RemovedExecution: the activity will create and send an e-mail to the provided recipient(s) (BCC, CC, To), with the given details (ContentAttached filesSubject and Priority).