Versions Compared

Key

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

...

The Connect to Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Authentication:

  • Host (text box editor type) (type: string): the mailbox host IP. For example, if properly configured, the Exchange Server's IP can be used (for Exchange, POP3 and IMAP4 options need to be enabled on the mail server).
  • Password (password box editor type) (type: string): the mailbox username's password.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal).
  • Port (text box editor type) (type: string): the mailbox  port number.
  • Username (text box editor type) (type: string): the username for mailbox authentication. If left empty, windows session credentials are used.

...

  • Connection  (type: object): outputs a Mailbox connection. The Output of this activity should be used as Input for all Connection parameters used for all activities placed under Email category..
 

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 Connect to Mailbox activity:Image RemovedExecution: the activity will create a connection to the given server, using the provided IP, Port and credentials.

 

 

 

 

Disconnect from Mailbox

...

The Disconnect from Mailbox activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Connection (text box editor type) (type: object): the output from the Connect to Mailbox activity.

 

 

 

 

 

 

Get Emails

This activity gets all the emails by the specified filters.

...