Class SmtpConfiguration
Inheritance
System.Object
SmtpConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Shared.Models
Assembly: mix.shared.dll
Syntax
public class SmtpConfiguration
Properties
| Improve this Doc View SourcePort
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Server
Declaration
public string Server { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SSL
Declaration
public bool SSL { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
User
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |