Charset (NotesMIMEEntity - LotusScript®)

Read-only. Content character set of a MIME entity.

Note: This property is new with Release 6.

Defined in

NotesMIMEEntity

Data type

String

Syntax

To get: charset$ = notesMIMEEntity .Charset

Usage

This property applies where "text" is the Content-Type. Otherwise, this property is an empty string.

For a list of valid character sets, see the Internet Assigned Numbers Authority (iana) at www.iana.org. Look for "Character Sets" under "Protocol Number Assignment Services."

Example