MimeHeader Class
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9119)
A single MIME header.
Syntax
public class MimeHeader
Inherited Members
Constructors
Name | Description |
---|---|
Mime |
Initializes a new instance of Mime |
Mime |
Initializes a new instance of Mime |
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. |
Decode |
Decodes a raw MIME-encoded header value using 'B' or 'Q' encoding. |
Encode(Text |
Write the encoded value of the header into a Text |
To |
Returns a string representation of this header. |