...
The Create Draft 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").
- 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").
- To (text box editor type) (type: string): the "To" 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 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 parameter. For example, the $using:DemoString syntax will take the value stored in the DemoString variable.
Execution: the activity will create a draft for the connected account, with the given details (Recipients, Content, Attached files, Subject and Priority).
The e-mail draft can be seen in the user's Drafts:
...