ContentType (NotesMIMEEntity - LotusScript®)

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

Defined in

NotesMIMEEntity

Data type

String

Syntax

To get: contentType$ = notesMIMEEntity .ContentType

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