Represents a Content-Transfer-Encoding field.
Inheritance Hierarchy
NI.Email.Mime.Field MimeField
NI.Email.Mime.Field ContentTransferEncodingField
Namespace: NI.Email.Mime.Field
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
The ContentTransferEncodingField type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEncoding |
Gets the encoding of the given field if. Returns the default
7bit if not set or if
f is null.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseBody | (Overrides MimeField ParseBody(String).) | |
| ToString | (Inherited from MimeField.) |
Fields
| Name | Description | |
|---|---|---|
| body | (Inherited from MimeField.) | |
| Encoding7Bit |
The 7bit encoding.
| |
| Encoding8Bit |
The 8bit encoding.
| |
| EncodingBase64 |
The base64 encoding.
| |
| EncodingBinary |
The binary encoding.
| |
| EncodingQuotedPrintable |
The quoted-printable encoding.
| |
| name | (Inherited from MimeField.) | |
| raw | (Inherited from MimeField.) |
Properties
| Name | Description | |
|---|---|---|
| Body |
Gets the unfolded, unparsed and possibly encoded (see RFC 2047) field
body string.
(Inherited from MimeField.) | |
| Encoding |
Gets the encoding defined in this field.
| |
| IsContentType |
Determines if this is a Content-Type field.
(Inherited from MimeField.) | |
| IsFrom |
Determines if this is a From field.
(Inherited from MimeField.) | |
| IsSubject |
Determines if this is a Subject field.
(Inherited from MimeField.) | |
| IsTo |
Determines if this is a To field.
(Inherited from MimeField.) | |
| Name |
Gets the name of the field (Subject,
From, etc).
(Inherited from MimeField.) | |
| Raw |
Gets the original raw field string.
(Inherited from MimeField.) |
See Also