Send Exchange Email

You can select this activity to send an already composed Exchange email. This activity accepts an EmailMessage as its input argument, which is an already composed email message using Compose Email activity.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Input Email Message EmailMessage Microsoft.Exchange.WebServices.Data.EmailMessage An email message that is contained in an EmailMessage variable that is to be sent.
Output 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 server error responses