The Mime type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Decode |
Decode the e-mail body given the raw message string, and the Content-Transfer-Encoding.
| |
| Encode |
Encode the raw bytes as a string according to the Content-Transfer-Encoding.
| |
| FromTransferEncoding |
Returns a string representation of the Content-Transfer-Encoding.
| |
| HasMultipleParts |
Check if the Content-Type indicates the message has multiple parts.
| |
| ParseMime |
Parse a MIME message.
| |
| RealBoundary |
Creates a boundary string as in raw messages.
| |
| ToContentType |
Parse a string representation of Content-Type.
| |
| ToTransferEncoding |
Parse the given string for a Content-Transfer-Encoding value.
|