Class SmtpOptions
Inheritance
System.Object
SmtpOptions
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: MailHole.Common.Model.Options
Assembly: MailHole.Common.dll
Syntax
public class SmtpOptions
Properties
| Improve this Doc View SourceHostName
Declaration
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Declaration
public ushort Port { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |