MediaTypeNames::Application Class
Specifies the kind of application data in an e-mail message attachment.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Octet | Specifies that the MediaTypeNames::Application data is not interpreted. |
![]() ![]() | Specifies that the MediaTypeNames::Application data is in Portable Document Format (PDF). | |
![]() ![]() | Rtf | Specifies that the MediaTypeNames::Application data is in Rich Text Format (RTF). |
![]() ![]() | Soap | Specifies that the MediaTypeNames::Application data is a SOAP document. |
![]() ![]() | Zip | Specifies that the MediaTypeNames::Application data is compressed. |
The MediaTypeNames::Application media type designates that the attachment data should be processed by an application, such as a Postscript processor, a spreadsheet, or a word processor. The data is usually something other than simple text, such as an image, or an audio or video file.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

