Class EmailViewModel
Base class for all mail view models with common properties.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.Mail
Assembly: IRM.AspNetCore.Identity.Mail.dll
Syntax
public abstract class EmailViewModel : EmailViewModel
Constructors
EmailViewModel()
EmailViewModel(EmailAddress)
Creates a new instance of EmailViewModel.
Declaration
protected EmailViewModel(EmailAddress to)
Parameters
EmailAddress
to
The reciever of the email. |
Properties
ApplicationName
Gets or sets the name of the application.
Declaration
public string ApplicationName { get; set; }
Property Value
String
|
LogoUrl
Gets or sets the url to a logo for the application.
Declaration
public string LogoUrl { get; set; }
Property Value
String
|