MimeHeader Class
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
A single MIME header.
Syntax
public class MimeHeaderInherited Members
Constructors
| Name | Description | 
|---|---|
| MimeHeader(String, IHeader) | Initializes a new instance of MimeHeader class. | 
| MimeHeader(String, String) | Initializes a new instance of MimeHeader class. | 
Properties
| Name | Description | 
|---|---|
| Name | Gets the name of this header, | 
| Raw | Gets the raw text representation of this header. | 
| Unparsable | Gets a value indicating whether the header was unparsable. | 
| Value | Gets the value of this header, | 
Methods
| Name | Description | 
|---|---|
| Clone() | Creates a copy of the header. | 
| DecodeMimeHeader(String) | Decodes a raw MIME-encoded header value using 'B' or 'Q' encoding. | 
| Encode(TextWriter) | Write the encoded value of the header into a TextWriter. | 
| ToString() | Returns a string representation of this header. |