ContentSubType (MIMEEntity - Java)

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

Defined in

MIMEEntity

Data type

String

Syntax

public String getContentSubType( )
     throws NotesException

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