The InTheHand.Net.Mime namespace holds types that are used to represent Multipurpose Internet Mail Exchange (MIME) headers.
| C# | Visual Basic |
namespace InTheHand.Net.Mime
Namespace InTheHand.Net.Mime
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| MediaTypeNames..::..Application |
Specifies the type of text data in an object.
| |
| ContentType |
Represents a MIME protocol Content-Type header.
| |
| MediaTypeNames..::..Image |
Specifies the type of image data in an object.
| |
| MediaTypeNames |
Specifies the media type information for an object.
| |
| MediaTypeNames..::..Text |
Specifies the type of text data in an object.
| |
| TransferEncoding |
Specifies the Content-Transfer-Encoding header information for an e-mail message attachment.
|