decodeContent (MIMEEntity - Java)

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.

Example