ErrorEventArgsIsFinalError Property
Indicates whether the exception caused the current event will be thrown by MailBee once the current event handler finished execution.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool IsFinalError { get; }

Property Value

Type: Boolean
true if MailBee will throw the current exception once the event handler returns control to MailBee. false if MailBee will catch the exception and continue.
See Also