SaaS CMS has officially launched! Learn more now.

Class NotificationOptions

Specifies settings used by notification system

Inheritance
System.Object
NotificationOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Options]
public class NotificationOptions

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