SmtpEvent constructor
SmtpEvent(
- SmtpEventType type,
- SmtpClient client
Creates a new SMTP event
Implementation
SmtpEvent(this.type, this.client);
Creates a new SMTP event
SmtpEvent(this.type, this.client);