ContentType.CharSet Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
CharSet
Gets or sets the 'charset' parameter of this content type.
Declaration
public string CharSet { get; set; }
Property Value
Type | Description |
---|---|
String | The 'charset' parameter. |