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