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
FormUrlEncoded |
Specifies that the MediaTypeNames.Application data consists of url-encoded key-value pairs. |
GZip |
Specifies that the MediaTypeNames.Application data is in gzip format. |
Json |
Specifies that the MediaTypeNames.Application data is in JSON format. |
JsonPatch |
Specifies that the MediaTypeNames.Application data is in JSON patch format. |
JsonSequence |
Specifies that the MediaTypeNames.Application data is in JSON text sequence format. |
Manifest |
Specifies that the MediaTypeNames.Application data is in Web Application Manifest. |
Octet |
Specifies that the MediaTypeNames.Application data is not interpreted. |
Specifies that the MediaTypeNames.Application data is in Portable Document Format (PDF). |
|
ProblemJson |
Specifies that the MediaTypeNames.Application data is in JSON problem detail format. |
ProblemXml |
Specifies that the MediaTypeNames.Application data is in XML problem detail format. |
Rtf |
Specifies that the MediaTypeNames.Application data is in Rich Text Format (RTF). |
Soap |
Specifies that the MediaTypeNames.Application data is a SOAP document. |
Wasm |
Specifies that the MediaTypeNames.Application data is in WASM format. |
Xml |
Specifies that the MediaTypeNames.Application data is in XML format. |
XmlDtd |
Specifies that the MediaTypeNames.Application data is in XML Document Type Definition format. |
XmlPatch |
Specifies that the MediaTypeNames.Application data is in XML patch format. |
Zip |
Specifies that the MediaTypeNames.Application data is compressed. |