.

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

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