Table of Contents

Class EmailPurposeOptions

Namespace
CMS.EmailLibrary
Assembly
CMS.EmailMarketing.dll

Email purpose options.

public static class EmailPurposeOptions
Inheritance
object
EmailPurposeOptions

Fields

AUTOMATION

Used for automated processes.

public const string AUTOMATION = "Automation"

Field Value

string

CONFIRMATION

Used for double opt-in subscription confirmation and unsubscription confirmation email.

public const string CONFIRMATION = "Confirmation"

Field Value

string

FORMAUTORESPONDER

Used for form autoresponder email.

public const string FORMAUTORESPONDER = "FormAutoresponder"

Field Value

string

REGULAR

Used for email sent to a group of recipients.

public const string REGULAR = "Regular"

Field Value

string