Class NotificationTemplate
Inherited Members
Namespace: Innovt.Notification.Core.Domain
Assembly: Innovt.Notification.Core.dll
Syntax
public class NotificationTemplate
Properties
| Edit this page View SourceBody
Gets or sets the body of the notification template.
Declaration
public string Body { get; set; }
Property Value
Type | Description |
---|---|
string |
Builder
Gets or sets the builder associated with the notification template.
Declaration
public string Builder { get; set; }
Property Value
Type | Description |
---|---|
string |
Charset
Gets or sets the character set of the notification template.
Declaration
public string Charset { get; set; }
Property Value
Type | Description |
---|---|
string |
FromAddress
Gets or sets the "From" address of the notification template.
Declaration
public string FromAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
FromName
Gets or sets the "From" name of the notification template.
Declaration
public string FromName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the ID of the notification template.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Subject
Gets or sets the subject of the notification template.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
string |
TemplateUrl
Gets or sets the URL of the notification template.
Declaration
public string TemplateUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the type of the notification template.
Declaration
public NotificationMessageType Type { get; set; }
Property Value
Type | Description |
---|---|
NotificationMessageType |