...
- Connection (text box editor type): the mailbox connection. The output from Connect to Mailbox activity should be used as Input for this parameter.
- Content Formatted (text box editor type) (type: string): the input content to be send as the e-mail's body 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 Input String Content parameter. For example, the $using:DemoString syntax will take the value stored in the DemoString variable and will use it as the e-mail's body.
...
- Connection (text box editor type): the mailbox connection. The output from Connect to Mailbox activity should be used as Input for this parameter.
- Content Formatted (text box editor type) (type: string): the input content to be saved as the draft'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 Input String Content parameter. For example, the $using:DemoString syntax will take the value stored in the DemoString variable.
...
- 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 reply'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 Input String Body Prefix parameter. For example, the $using:DemoString syntax will take the value stored in the DemoString variable.
- CC (text box editor) (type: string): comma separated email addresses.
- ID (text box editor type) (type: string): the id of the existing e-mail message to reply to. An output from the Get activities can be used as Input (e.g. Get Email).
- Reply to All (combo box control) (type: string): bind to a variable containing the encrypted password for the remote computer. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal).
...
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): 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): 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.
...
- Connection (text box editor type): the mailbox connection. The output from Connect to Mailbox activity should be used as Input for this parameter.
- Content Formatted (text box editor type) (type: string): the input content to be updated as the 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 Content parameter. For example, the $using:DemoString syntax will take the value stored in the DemoString variable.
- ID (text box editor type) (type: string): the id of the existing e-mail message to be updated. An output from the Get activities can be used as Input (e.g. Get Email).
...