MediaTypeNames.Application Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the kind of application data in an email message attachment.
public: ref class MediaTypeNames::Application abstract sealed
public static class MediaTypeNames.Application
type MediaTypeNames.Application = class
Public Class MediaTypeNames.Application
- Inheritance
-
MediaTypeNames.Application
Remarks
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.
Fields
| Name | Description |
|---|---|
| Json |
Specifies that the MediaTypeNames.Application data is in JSON format. |
| 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. |
| Xml |
Specifies that the MediaTypeNames.Application data is in XML format. |
| Zip |
Specifies that the MediaTypeNames.Application data is compressed. |