Show / Hide Table of Contents

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 Source

Port

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Server

Declaration
public string Server { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SSL

Declaration
public bool SSL { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

User

Declaration
public string User { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾