.

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

JAVA/CORBA CLASSES


ContentType property
Example

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

Defined in

MIMEEntity

Data type

String

Syntax

public String getContentType( )
    throws NotesException

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 property in LotusScript NotesMIMEEntity class

Example
See Also