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

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public delegate void ErrorEventHandler(
	Object sender,
	ErrorEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: MailBeeErrorEventArgs
See Also