Class EmailSettings
Inheritance
EmailSettings
Assembly: OEMS.Core.dll
Syntax
public class EmailSettings
Properties
EnableSsl
Declaration
public bool EnableSsl { get; set; }
Property Value
Host
Declaration
public string Host { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
Port
Declaration
public int Port { get; set; }
Property Value
Sender
Declaration
public string Sender { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value