Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

    • Connect to Mailbox


      Connects to the specified Mailbox


      Input Parameters

       
      NameDescriptionTypeCategory
      hostEnter the Host IPSystem.StringAuthentication
      portEnter port numberSystem.StringAuthentication
      usernameEnter Username for authentication; if left empty, windows session credentials are usedSystem.StringAuthentication
      PasswordBindingBind 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.StringAuthentication

      Output Parameters

       
      NameDescriptionTypeCategory
      sessionOutputs 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.ObjectRead-Only Output
    •  Disconnect from Mailbox


      Disconnects the specified Mailbox


    •  Get Emails


      Gets all the emails by the specified filters


      Input Parameters

       
      NameDescriptionTypeCategory
      EmailLocationSpecify the Mailbox folderSystem.StringFilters
      SubjectFilter by SubjectSystem.StringFilters
      TextFilter by TextSystem.StringFilters
      CCFilter by CCSystem.StringFilters
      FromFilter by FromSystem.StringFilters
      ToFilter by ToSystem.StringFilters

      Output Parameters

       
      NameDescriptionTypeCategory
      OutputOutputs a collection of mails and their properties.To use the elements of the collection, use Get Element From Collection activitySystem.Collections.ObjectModel.Collection`1 [System.Collections.Generic.Dictionary`2 [System.String,System.String]]Read-Only Output
      mailsCounterOutputs the number of unread mails found on the specified MailboxSystem.Int32Read-Only Output
  • Mail/SMTP/Generic

    •  Send Email


      Sends an email according to certain specifications


      Input Parameters

       
      NameDescriptionTypeCategory
      hostEnter the Host IPSystem.StringAuthentication
      portEnter port numberSystem.StringAuthentication
      usernameEnter Username for authentication; if left empty, windows session credentials are usedSystem.StringAuthentication
      PasswordBindingBind 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.StringAuthentication
      boolFlagChoose False or TrueSystem.StringAuthentication
      messagePriorityEnter the priority of the message: High, Low or NormalSystem.StringMessage
      contentEnter the content of the emailSystem.StringMessage
      subjectEnter the email subjectSystem.StringMessage
      fromEnter From Email AddressSystem.StringAddresses
      toEnter To Email AddressSystem.StringAddresses
      bccEnter comma separated email addressesSystem.StringAddresses
      ccEnter comma separated email addressesSystem.StringAddresses
  • No labels