MimeVersion Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Represents the 'MIME-Version' header value
Syntax
public class MimeVersion : IHeader
Implements
Inherited Members
Constructors
Name | Description |
---|---|
MimeVersion(Int32, Int32) | Initializes a new instance of MIME version header value. |
Properties
Name | Description |
---|---|
Major | Gets the major version number. |
Minor | Gets the minor version number. |
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. |