Gets the status of the response.

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

Syntax

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

Field Value

One of the SmtpExceptionStatus values.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also