TlsStartedEventHandler Delegate
Represents the method that will handle TlsStarted events (such as Smtp.TlsStarted, Pop3.TlsStarted or Imap.TlsStarted).

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public delegate void TlsStartedEventHandler(
	Object sender,
	TlsStartedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: MailBeeTlsStartedEventArgs
See Also