JAVA/CORBA CLASSES


ContentType property
Example

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.

Language cross-reference

ContentType property in LotusScript NotesMIMEEntity class

Example
See Also