ContentSubType (NotesMIMEEntity - LotusScript®)

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

Defined in

NotesMIMEEntity

Data type

String

Syntax

To get: contentSubType$ = notesMIMEEntity .ContentSubType

Usage

The content sub-type further classifies the data in the body of a MIME entity. For example, if the MIME Content-Type is image/gif, the ContentSubType property is gif.

Example