ContentType (MIMEEntity - Java)

Read-only. The first part of the Content-Type of a MIME entity.

Defined in

MIMEEntity

Data type

String

Syntax

public String getContentType( )
     throws NotesException

Usage

The content type classifies the data in the body of a MIME entity. The defined content types are text, multipart, message, application, audio, image, and video. For example, if the MIME Content-Type is image/gif, the ContentType property is image.

Example