Compose Email

You can select this activity to send an email from a specific Email server. This table lists the properties for the activity. This activity can be used only after an email server has been setup using the Email Server Setup activity.

Property Type Property Name Data Type Description
Input Email Server Exchange Service (Microsoft.Echange.WebServices.Data.ExchangeService) The email server to send an email. You can specify the variable that was an output variable of Email Server Setup activity.
Body String Body of the email. For example, 'This is a test mail'.
Recipient String The address to which the email must be sent. For example "john.Smith@infor.com"
Subject String The subject of the email. For example,'Test'
Attachment Array of String String [] (System.Collections.Genetic.List<System.String>) The list of attachments to add.
Output Composed Email EmailMessage (Microsoft.Echange.WebServices.Data.EmailMessage) A variable to store the composed email which must be in the EmailMessage type format.
Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates servererror responses.