Gets the SmtpResponse of the exception.

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

Syntax

Visual Basic
Public Property Response As SmtpResponse
	Get
	Private Set
C#
public SmtpResponse Response { get; private set; }

Field Value

The SmtpResponse if Status is ProtocolError; null reference otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also