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

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[Options]
public class NotificationOptions

Constructors

NotificationOptions()

Declaration
public NotificationOptions()

Properties

NotificationEmailAddress

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. System default email address for no reply emails

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

NotificationEmailDisplayName

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. System default sender name for no reply emails

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

Extension Methods