Show / Hide Table of Contents

Class EmailViewModel

Base class for all mail view models with common properties.

Inheritance
Object
EmailViewModel
EmailViewModel
CodeEmailViewModel
ConfirmAccountEmailViewModel
InviteUserEmailViewModel
PasswordChangedEmailViewModel
ResetPasswordEmailViewModel
Inherited Members
EmailViewModel.To
EmailViewModel.Subject
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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()

Creates a new instance of EmailViewModel.

Declaration
protected 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

Back to top Generated by DocFX