LOTUSSCRIPT/COM/OLE 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

NotesMIMEEntity

Data type

Constant of type Integer

Syntax

To get: encoding% = notesMIMEEntity.Encoding

Legal values

Usage

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

DecodeContent and EncodeContent change an entity's encoding.

Language cross-reference

Encoding in Java MIMEEntity class

Example
See Also