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 (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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