Creates an instance of Unparsed class representing a specified data.

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

Syntax

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

Parameters

value
Type: System..::..String
Value.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also