LumiSoft Mail Server User API
ContentType_CharSet Property
Namespaces > LumiSoft.Net.Mime > MimeEntity > ContentType_CharSet
Gets or sets "Content-Type:" header field "charset" parameter. Returns null if Content-Type: header field value isn't set or Content-Type: header field "charset" parameter isn't set. If you don't know what charset to use then utf-8 is recommended, most of times this is sufficient. Note: Content-Type must be text/xxx or exception is thrown.
Syntax
C#Visual BasicManaged C++
public string ContentType_CharSet { get; set; }
Public Property ContentType_CharSet As String
public:
String^ ContentType_CharSet {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)