Triggered when mail error is catched.

Namespace: MonoSoftware.MonoX.Mail
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public event EventHandler<EventArgs<Exception>> MailError
Visual Basic
Public Event MailError As EventHandler(Of EventArgs(Of Exception))
Visual C++
public:
virtual  event EventHandler<EventArgs<Exception^>^>^ MailError {
	void add (EventHandler<EventArgs<Exception^>^>^ value);
	void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
F#
abstract MailError : IEvent<EventHandler<EventArgs<Exception>>,
    EventArgs<Exception>>
override MailError : IEvent<EventHandler<EventArgs<Exception>>,
    EventArgs<Exception>>

Value

Type: System..::..EventHandler<(Of <(<'EventArgs<(Of <(<'Exception>)>)>>)>)>

Implements

IMonoXMailSender..::..MailError

See Also