Gets the full unparsed response of the SMTP server.

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

Syntax

Visual Basic
Public ReadOnly Property Raw As String
	Get
C#
public string Raw { get; }

Field Value

The full unparsed response of the SMTP server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also