Class SmtpServer
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
- Inheritance
-
SmtpServer
- Inherited Members
-
- Extension Methods
-
Constructors
SmtpServer()
Properties
AccountDomain
public object AccountDomain { get; set; }
Property Value
- object
AccountName
public string AccountName { get; set; }
Property Value
- string
AllowRefusedRecipients
public bool AllowRefusedRecipients { get; set; }
Property Value
- bool
AuthMethods
public string AuthMethods { get; set; }
Property Value
- string
AuthOptions
public string AuthOptions { get; set; }
Property Value
- string
AuthPopBeforeSmtp
public bool AuthPopBeforeSmtp { get; set; }
Property Value
- bool
Host
public string Host { get; set; }
Property Value
- string
IgnoreLoginFailure
public bool IgnoreLoginFailure { get; set; }
Property Value
- bool
MaxConnectionCount
public int MaxConnectionCount { get; set; }
Property Value
- int
MaxSendPerSessionCount
public int MaxSendPerSessionCount { get; set; }
Property Value
- int
Password
public string Password { get; set; }
Property Value
- string
PauseInterval
public int PauseInterval { get; set; }
Property Value
- int
Pipelining
public bool Pipelining { get; set; }
Property Value
- bool
Port
public int Port { get; set; }
Property Value
- int
Priority
public int Priority { get; set; }
Property Value
- int
SmtpOptions
public string SmtpOptions { get; set; }
Property Value
- string
SslMode
public string SslMode { get; set; }
Property Value
- string
SslProtocol
public string SslProtocol { get; set; }
Property Value
- string
Timeout
public int Timeout { get; set; }
Property Value
- int