Connect to Mailbox
Connects to the specified Mailbox
Input Parameters
Name Description Type Category host Enter the Host IP System.String Authentication port Enter port number System.String Authentication username Enter Username for authentication; if left empty, windows session credentials are used System.String Authentication PasswordBinding 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 User Portal) System.String Authentication Output Parameters
Name Description Type Category session Outputs a Mailbox connection. The Ouput of this activity should be used as Input for all Connection parameters used for all activities placed under Email category. System.Object Read-Only Output Disconnect from Mailbox
Disconnects the specified Mailbox
Get Emails
Gets all the emails by the specified filters
Input Parameters
Name Description Type Category EmailLocation Specify the Mailbox folder System.String Filters Subject Filter by Subject System.String Filters Text Filter by Text System.String Filters CC Filter by CC System.String Filters From Filter by From System.String Filters To Filter by To System.String Filters Output Parameters
Name Description Type Category Output Outputs a collection of mails and their properties.To use the elements of the collection, use Get Element From Collection activity System.Collections.ObjectModel.Collection`1 [System.Collections.Generic.Dictionary`2 [System.String,System.String]] Read-Only Output mailsCounter Outputs the number of unread mails found on the specified Mailbox System.Int32 Read-Only Output
Mail/SMTP/Generic
Send Email
Sends an email according to certain specifications
Input Parameters
Name Description Type Category host Enter the Host IP System.String Authentication port Enter port number System.String Authentication username Enter Username for authentication; if left empty, windows session credentials are used System.String Authentication PasswordBinding 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 User Portal) System.String Authentication boolFlag Choose False or True System.String Authentication messagePriority Enter the priority of the message: High, Low or Normal System.String Message content Enter the content of the email System.String Message subject Enter the email subject System.String Message from Enter From Email Address System.String Addresses to Enter To Email Address System.String Addresses bcc Enter comma separated email addresses System.String Addresses cc Enter comma separated email addresses System.String Addresses
General
Content
Integrations