Send Mail Activity

Description:

Sends an email.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Geocortex.Workflow.Activities.SendMail

Function:

This activity sends an email message to specified recipients.

In a Workflow:

Could be used to send an email to an administrator reporting on the successful completion of a workflow, for example, when a report is completed.

Properties:

Name Description

In Arguments

Attachments

Attachment collection used to store data attached to this email message.

If client activities occur after an attachment has been generated, the attachment is not included with the email. To avoid this situation, ensure that client activities occur prior to the generation of the email attachment.

Bcc

The blind carbon copy (BCC) recipients for this e-mail message. Multiple recipients are separated by semicolon (;).

Body

The email message to send. (Required.)

CC

The carbon copy (CC) recipients for this e-mail message. Multiple recipients are separated by semicolon (;).

From

The From address for this e-mail message. Must be a valid, formatted email address.

Subject

The content to appear in the Subject box of the email. (Required.)

Test Mail To

The recipient of an email to test the activity.

To

The recipients of this e-mail message. Multiple recipients are separated by semicolon (;).

Misc

Display Name

SendMail

You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain.

Enable SSL

Specifies whether Secure Sockets Layer (SSL) should be used to encrypt the connection.

Host

Address of the SMTP server host.

Is Body Html

Whether the message of the email contains HTML formatting.

Password

Password to set up the credentials to authenticate the sender with the Host.

Port

Port of the SMTP service in the Host.

UserName

User name to set up the credentials to authenticate the sender with the Host.

Out Arguments

Failed Exception

If the attempt to send an email fails, the activity will populate this exception.

Version Information:

Supported from: Geocortex Essentials 3.0.