Versions Compared

Key

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

...

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

Image RemovedImage Added

Filters:

  • CC Contains (text box editor type) (type: string): filter by the email CC addresses. For multiple addresses, separate them with comma ( , ) (e.g. "mail1@server1.com,mail2@server2.com").
  • From Contains (text box editor type) (type: string): filter by the email From addresses.  For multiple addresses, separate them with comma ( , ) (e.g. "mail1@server1.com,mail2@server2.com").
  • To Contains (text box editor type) (type: string): filter by the email To addresses. For multiple addresses, separate them with comma ( , ) (e.g. "mail1@server1.com,mail2@server2.com").
  • Subject Contains  (text box editor type) (type: string): filter by the email Subject.
  • Text Contains  (text box editor type) (type: string): filter by the email Text.
  • Start Date (calendar control) (type: string): filter by the email Start date.
  • End Date (calendar control) (type: string): filter by the email End date.
  • Has Attachments  (combo box control) (type: string): whether the email has attachments or not. Flowster Studio provides True (with attachments), False (without attachments) and Any as options.

Parameters:

  • Attachments Path (folder selection window and also text box editor): the path where the attachments will be downloaded. If left empty, the attachments won't be downloaded. The activity will create new sub-folders in the selected directory with the email's subject as Name.
  • Connection (text box editor type) (type: object): the output from the Connect to Mailbox activity.

SMTP Filters:


  • Location  (text box editor type) (type: string): the Mailbox folder where the emails will be searched for. Flowster Studio provides Inbox, Drafts, Sent Items and Deleted Items as options.
  • Mark as Read  (combo box control) (type: string): whether to mark the retrieved emails as Read or not after being processed.
  • State  (combo box control) (type: string): the state of the retrieved email. Flowster Studio provides Read (there will be checked only the Read emails), Unread (there will be checked only the Unread emails) and Any as options.

Parameters:

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


The Read Only Output variable are the possible output values that the activity will provide:

...