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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public delegate void TlsStartedEventHandler(
	Object sender,
	TlsStartedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: MailBeeTlsStartedEventArgs
See Also