JAVA/CORBA CLASSES


Encoding property
Example

Read-only. Current encoding for the non-header content of a MIME entity.

Note This property is new with Release 6.

Defined in

MIMEEntity

Data type

int

Syntax

public int getEncoding( )
    throws NotesException

Legal values

Usage

The Content-Transfer-Encoding header specifies an entity's encoding as defined in RFC-2045.

Use decodeContent and encodeContent to change an entity's encoding.

Language cross-reference

Encoding property in LotusScript NotesMIMEEntity class

Example
See Also