Show / Hide Table of Contents

Class EmailSettings

Inheritance
System.Object
EmailSettings
Namespace: LymeTemplateApi.Models.AppConfig
Assembly: LymeTemplateApi.Models.dll
Syntax
public class EmailSettings : object

Properties

EmailBodyDataFolder

Declaration
public string EmailBodyDataFolder { get; set; }
Property Value
Type Description
System.String

EnableSsl

Declaration
public bool EnableSsl { get; set; }
Property Value
Type Description
System.Boolean

NoReplyAddress

Declaration
public string NoReplyAddress { get; set; }
Property Value
Type Description
System.String

Password

Declaration
public string? Password { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Port

Declaration
public int? Port { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

SmtpPickupDirectory

Declaration
public string SmtpPickupDirectory { get; set; }
Property Value
Type Description
System.String

SmtpServer

Declaration
public string SmtpServer { get; set; }
Property Value
Type Description
System.String

Username

Declaration
public string? Username { get; set; }
Property Value
Type Description
System.Nullable<System.String>

UseSmtpPickup

Declaration
public bool UseSmtpPickup { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX