Encapsulates the values of the MIME-specific header fields
(which starts with Content-).
Inheritance Hierarchy
NI.Email.Mime BodyDescriptor
Namespace: NI.Email.Mime
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
The BodyDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BodyDescriptor |
Creates a new root BodyDescriptor instance.
| |
| BodyDescriptor(BodyDescriptor) |
Creates a new BodyDescriptor instance.
|
Methods
| Name | Description | |
|---|---|---|
| AddField |
Should be called for each Content- header field of
a MIME message or part.
| |
| 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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| IsMimeType | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides Object ToString .) |
Properties
| Name | Description | |
|---|---|---|
| Boundary | ||
| Charset | ||
| IsBase64Encoded | ||
| IsMessage | ||
| IsMultipart | ||
| IsQuotedPrintableEncoded | ||
| MimeType | ||
| Parameters | ||
| TransferEncoding |
See Also