SmtpConnectionLostEvent constructor

SmtpConnectionLostEvent(
  1. SmtpClient client
)

Creates a new connection lost event

Implementation

SmtpConnectionLostEvent(SmtpClient client)
    : super(SmtpEventType.connectionLost, client);