Show / Hide Table of Contents

Class EmailViewModel

Base class for all mail view models with common properties.

Inheritance
Object
EmailViewModel
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Mail
Assembly: IRM.dll
Syntax
public abstract class 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 receiver of the email.

Properties

Subject

Gets or sets the subject of the email.

Declaration
public string Subject { get; set; }
Property Value
String

To

Gets or sets the receiver of the email.

Declaration
public List<EmailAddress> To { get; }
Property Value
List<EmailAddress>

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX