Gets the exception thrown while attempting to deliver the message, if there was any.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public ReadOnly Property Error As Exception
	Get
C#
public Exception Error { get; }

Field Value

Delivery error.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also