Receive Email Step

Brief description

This step is used to download received email (examples of use)

Step Information

Step name (Not required) the custom name of the process step that labels the editor’s process step box

Input parameters

  • Server Name (Required)SmtpClient name
  • Port (Required)SmtpClient port
  • Username (Required)SmtpClient username
  • Password (Required)SmtpClient password
  • Enable SSL (Required)The SSL protocol is used
    • T (true)
    • F (false- default value)
  • Is Exchange online (Required)The SSL protocol is used
    • T (true)
    • F (false- default value)
  • Subject filter (Required)subject text
  • From filter(Required)email address the mail is sent from
  • Folder Name (Where to Store) (Required) – string variable that contains the full folder path
  • Save attachment location (Not required)– an existing or new variable name that contains the resulting value
  • Save email Location  (Required)  – existing or new variable name that contains the resulting value
  • Mark email as Read (Required)– marks received emails as read if true
    • T (true)
    • F (false- default value)
  • Only Unread Emails (Required)– saves only unread emails if true
    • T (true)
    • F (false- default value)

Output parameters

  • Message ID (Required) – save message ID to a new or existing string variable
  • From (Required)  – save From to a new or existing string variable
  • Subject (Required)  – save Subject  to a new or existing string variable
  • Body (Required)  – save Body to a new or existing string variable
  • Has more emails (Required)  – save if email has more email addresses to a new or existing string variable
  • Message count (Required)  – save how many message email has to a new or existing string variable
  • Saved message full path (Required)  – save message full path to a new or existing string variable

 

Was this article helpful?