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.4Syntax
[Options]
public class NotificationOptionsConstructors
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 | 
