MailBee.NET Objects 4.0

LoggedInEventHandler Delegate

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

public delegate void LoggedInEventHandler(
   object sender,
   LoggedInEventArgs e
);

Requirements

Namespace: MailBee

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

See Also

MailBee Namespace