Table of Contents

Class NotificationEmailEventType

Namespace
CMS.Notifications
Assembly
CMS.Notifications.dll

Event type of the NotificationEmailEventType.

public static class NotificationEmailEventType
Inheritance
object
NotificationEmailEventType

Fields

COMMERCE_ORDER

Notification email is of commerce order event type. Those notification emails are associated with commerce module.

public const string COMMERCE_ORDER = "Commerce order"

Field Value

string

CUSTOM

Notification email is of custom event type. Those notification emails are created by users and are being sent manually.

public const string CUSTOM = "Custom"

Field Value

string

FORM_SUBMISSION

Notification email is of form submission event type. Those notification emails are sent when associated form is submitted.

public const string FORM_SUBMISSION = "Form submission"

Field Value

string

SYSTEM

Notification email is of system event type. Those notification emails are crucial for proper system functionality.

public const string SYSTEM = "System"

Field Value

string