Charset (MIMEEntity - Java)

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

Note: This property is new with Release 6.

Defined in

MIMEEntity

Data type

String

Syntax

public String getCharset( )
     throws NotesException

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