.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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