Class InternalNotificationMessage
  
  Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
    Inheritance
    System.Object
    InternalNotificationMessage
   
  
    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()
    
   
  
  Assembly: EPiServer.dll
  Version: 11.20.7
  Syntax
  
    public class InternalNotificationMessage
   
  Constructors
  
  
  
  
  InternalNotificationMessage()
  
  
  Declaration
  
    public InternalNotificationMessage()
   
  Properties
  
  
  
  
  Category
  
  
  Declaration
  
    public Uri Category { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Uri |  | 
    
  
  
  
  
  ChannelName
  
  
  Declaration
  
    public string ChannelName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Content
  
  
  Declaration
  
    public string Content { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ID
  
  
  Declaration
  
    public int ID { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  Read
  
  
  Declaration
  
    public DateTime? Read { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.DateTime> |  | 
    
  
  
  
  
  Recipient
  
  
  Declaration
  
    public string Recipient { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Saved
  
  
  Declaration
  
    public DateTime Saved { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.DateTime |  | 
    
  
  
  
  
  SendAt
  
  
  Declaration
  
    public DateTime? SendAt { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.DateTime> |  | 
    
  
  
  
  
  Sender
  
  
  Declaration
  
    public string Sender { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Sent
  
  
  Declaration
  
    public DateTime? Sent { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.DateTime> |  | 
    
  
  
  
  
  Subject
  
  
  Declaration
  
    public string Subject { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  TypeName
  
  
  Declaration
  
    public string TypeName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Extension Methods