Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class NotificationOptions

Specifies settings used by notification system

Inheritance
System.Object
NotificationOptions
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class NotificationOptions : Object

Constructors

NotificationOptions()

Declaration
public NotificationOptions()

Properties

NotificationEmailAddress

System default email address for notification emails.

Declaration
public string NotificationEmailAddress { get; set; }
Property Value
Type Description
System.String
Remarks

This value is empty by default.

NotificationEmailDisplayName

System default sender name for no notification emails.

Declaration
public string NotificationEmailDisplayName { get; set; }
Property Value
Type Description
System.String
Remarks

The default name is 'Episerver'.

Extension Methods