MailBee.NET Objects 4.0

SocketConnectedEventHandler Delegate

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

public delegate void SocketConnectedEventHandler(
   object sender,
   SocketConnectedEventArgs e
);

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee Namespace