Unstructured Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Represents an unstructured header of arbitrary text.
Syntax
public class Unstructured : IHeader
Implements
Inherited Members
Remarks
Represents the unstructured
structured header defined by RFC 2822.
Constructors
Name | Description |
---|---|
Unstructured(String) | Initializes a new instance of Unstructured header value. |
Properties
Name | Description |
---|---|
Value | Gets the unstructured header value. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
Encode(TextWriter) | Writes an encoded header value into a TextWriter. |
ToString() | Converts the value of this header to its String representation. |