JAVA/CORBA-KLASSEN


Encoding property
Beispiel

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

Hinweis 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

Beispiel
Siehe auch