Unparsed Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9313)
Represents a header value that is not processed by the component in any way. Use with care.
Syntax
public class Unparsed : IHeader
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| Unparsed(String) | Creates an instance of Unparsed class representing a specified data. |
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. |