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

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

Parameters

sender
Type: SystemObject
e
Type: MailBeeErrorEventArgs
See Also