ContentTypeCharSet Property

Gets or sets the value of the charset parameter.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public string CharSet { get; set; }

Property Value

Type: String
A string that contains the value of charset parameter.
See Also