SmtpEvent constructor

SmtpEvent(
  1. SmtpEventType type,
  2. SmtpClient client
)

Creates a new SMTP event

Implementation

SmtpEvent(this.type, this.client);