View Source
  Class NotificationEmailAddress
  
  Represents an email address used for notifications. Contains both the address and its display name.
 
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class NotificationEmailAddress
   
  Constructors
  
  
    View Source
  
  NotificationEmailAddress(String, String)
  
  
  Declaration
  
    public NotificationEmailAddress(string address, string displayName)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        address | 
         | 
      
      
        | System.String | 
        displayName | 
         | 
      
    
  
  Properties
  
  
    View Source
  
  Address
  
  
  Declaration
  
    public string Address { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  DisplayName
  
  
  Declaration
  
    public string DisplayName { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |