Gets the charset (Encoding) of the content of this attachment.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0

Syntax

C#
public Encoding Charset { get; }
Visual Basic (Declaration)
Public ReadOnly Property Charset As Encoding
Visual C++
public:
property Encoding^ Charset {
	Encoding^ get ();
}

Field Value

The charset of the content; or null if it has no charset or unknown charset.

See Also