GemBox.Email.Mime Namespace
Contains classes, structures, enumerations and interfaces which represent various Multipurpose Internet Mail Extensions (MIME) objects. These objects are used by MailMessage and Attachment classes.
Classes
| ContentEntity | Represents MIME entity with single body. |
| Entity | Provides the abstract base class for MIME entities. |
| Header | Represents MIME entity header. |
| HeaderCollection | Represents a collection of MIME Header elements. |
| Headers | Contains common header names and methods for extracting header name from HeaderId and vice versa. |
| MediaTypes | Contains most commonly used MediaType values. |
| MultipartEntity | Represents MIME entity with multiple body parts. |
Structs
| MediaType | Represents formatted MIME media type value. |
Enums
| ContentDispositionType | An enumeration of Content-Disposition header values. |
| HeaderId | An enumeration of standard MIME header identifiers. |
| TransferEncodingType | An enumeration of MIME transfer encoding types. |