Table of Contents

Class EmailTemplate

Namespace
Innova.Data.AppSettings
Assembly
Innova.Data.dll

The EmailTemplate to be used for configure emails in appsettings.

[Serializable]
public class EmailTemplate
Inheritance
EmailTemplate

Properties

Body

Gets or sets the email body.

From

Gets or sets the email sender.

Subject

Gets or sets the email subject.

To

Gets or sets the email recipient.