Rfc 2046,2387 Media Types.
| C# | Visual Basic | Managed C++ |
public enum MediaType_enum
Public Enumeration MediaType_enum
public enum class MediaType_enum
| Member | Description |
|---|---|
| Text |
Text data.
|
| Text_plain |
Simple text data. Defined in Rfc 1521.
|
| Text_html |
Html data. Defined in Rfc 2854.
|
| Text_xml |
Xml data. Defined in Rfc 3023 3.1.
|
| Text_rtf |
Rich text (RTF) data.
|
| Image |
Image data.
|
| Image_gif |
Gif image. Defined in Rfc 1521.
|
| Image_tiff |
Tiff image.
|
| Image_jpeg |
Jpeg image. Defined in Rfc 1521.
|
| Audio |
Audio data.
|
| Video |
Video data.
|
| Application |
Some other kind of data, typically either uninterpreted binary data or information to be processed by an application.
|
| Application_octet_stream |
The "octet-stream" subtype is used to indicate that a body contains arbitrary binary data. Defined in Rfc 4046 4.5.1.
|
| Multipart |
Data consisting of multiple entities of independent data types.
|
| Multipart_mixed |
Data consisting of multiple entities of independent data types.
|
| Multipart_alternative |
Data consisting of multiple entities of independent data types.
|
| Multipart_parallel |
Data consisting of multiple entities of independent data types.
|
| Multipart_related |
Data consisting of multiple entities of independent data types. (Rfc 2387)
|
| Multipart_signed |
Multipart signed. Defined in Rfc 1847.
|
| Message |
Message -- an encapsulated message.
|
| Message_rfc822 |
Rfc 822 encapsulated message.
|
| NotSpecified |
Media type isn't specified.
|
| Unknown |
Media type is unknown.
|
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)