Class NotificationEmailEventType
- Namespace
- CMS.Notifications
- Assembly
- CMS.Notifications.dll
Event type of the NotificationEmailEventType.
public static class NotificationEmailEventType
- Inheritance
-
objectNotificationEmailEventType
Fields
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