LOTUSSCRIPT/COM/OLE CLASSES
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.
Language cross-reference
ContentSubType in Java MIMEEntity class
Example See Also