Table of Contents

Class ConfigSmtp

Namespace
JJMasterData.Commons.Util
Assembly
JJMasterData.Commons.dll
public class ConfigSmtp
Inheritance
ConfigSmtp
Inherited Members

Constructors

ConfigSmtp()

public ConfigSmtp()

ConfigSmtp(string)

public ConfigSmtp(string dataSource)

Parameters

dataSource string

Properties

Email

public string Email { get; set; }

Property Value

string

EnableSSL

public bool EnableSSL { get; set; }

Property Value

bool

Password

public string Password { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int

Server

public string Server { get; set; }

Property Value

string

User

public string User { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string