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

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

Parameters

sender
Type: SystemObject
e
Type: MailBeeSocketCreatingEventArgs
See Also