SmtpConnectionLostEvent constructor
SmtpConnectionLostEvent(
- SmtpClient client
Creates a new connection lost event
Implementation
SmtpConnectionLostEvent(SmtpClient client)
: super(SmtpEventType.connectionLost, client);