Initializes a new instance of Unstructured header value.

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

Syntax

Visual Basic
Public Sub New ( _
	value As String _
)
C#
public Unstructured(
	string value
)

Parameters

value
Type: System..::..String
Value of the unstructured header.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also