Hunny Software Library Reference

EncodedWord.Charset Property

Gets or sets the charset identifier.

[Visual Basic]
Public Property Charset As String
[C#]
public string Charset {get; set;}

Property Value

the character encoding identifier

Remarks

The charset identifier should be an identifier that has been registered with IANA. Examples of common charset identifiers include "US-ASCII", "ISO-8859-1" (Western Europe), "GB2312" (China), "BIG5" (Taiwan), "EUC-KR" (Korea), "UTF-8" and others.

See Also

EncodedWord Class | Hunny.Mime Namespace