Gets or sets the 'charset' parameter of this content type.

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

Syntax

Visual Basic
Public Property CharSet As String
	Get
	Set
C#
public string CharSet { get; set; }

Field Value

The 'charset' parameter.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also