.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


ContentSubType property
Example

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