JAVA/CORBA CLASSES


decodeContent method
Example

Decodes the non-header content of a MIME entity.

Note This method is new with Release 6.

Defined in

MIMEEntity

Syntax

public void decodeContent( )
    throws NotesException

Usage

This method decodes the non-header content of a MIME entity if the entity is encoded, and removes the Content-Transfer-Encoding header if one exists.

Use getEncoding to get the current encoding.

Use encodeContent to set an entity's encoding.

Language cross-reference

DecodeContent method in LotusScript NotesMIMEEntity class

Example
See Also