MediaTypeNames.Application Class

Definition

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.

Pdf

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.

Applies to