Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ContentTypeField Charset Property MIME4NET Class Library Documentation
Gets the value of the charset parameter if set.

Namespace: NI.Email.Mime.Field
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public string Charset { get; }

Property Value

Type: String
Remarks

Returns the charset parameter value or null if not set.
See Also