SendMailHelper

Syntax

public class SendMailHelper

Constructors

public SendMailHelper();

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)

Properties

PropertyDescription

Attachments

Description:
File attachments included with the email.
Type
string
Allowed Values:
A valid path and file name on the AgilePoint Server.

This parameter must use a file path from the file system (for example, C:\file.txt) on the machine where AgilePoint Server is installed.

If there is no attachment, you can pass null or String.Empty.

Body

Description:
Specifies the body portion of an email.
Type
string
Allowed Values:
Free text.

CC

Description:
Specifies the CC portion of an email.
Type
string
Allowed Values:
A string that includes one or more email addresses in SMTP format.

From

Description:
Specifies the From portion of an email.
Type
string
Allowed Values:
A string that includes one or more email addresses in SMTP format.

Subject

Description:
The subject of an email.
Type
string
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces

To

Description:
Specifies the To portion of an email.
Type
string
Allowed Values:
A string that includes one or more email addresses in SMTP format.