MailBee.NET Objects 4.0

ErrorEventHandler Delegate

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

public delegate void ErrorEventHandler(
   object sender,
   ErrorEventArgs e
);

Requirements

Namespace: MailBee

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

See Also

MailBee Namespace