Initializes a new instance of Received header value.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub New ( _
	data As String _
)
C#
public Received(
	string data
)

Parameters

data
Type: System..::..String
Value of the received header. Should follow conventions defined by RFC 2822.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also