Gets the 'charset' of this content type to Encoding.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public ReadOnly Property Encoding As Encoding
	Get
C#
public Encoding Encoding { get; }

Return Value

The encoding, or null if no charset or unknown charset is set.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also