ContentType.CharSet Property

Independentsoft MSG .NET

ContentType CharSet Property MSG .NET Class Library
Gets or sets the character set.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string CharSet { get; set; }
public string CharSet { get; set; }
Public Property CharSet As String 
	Get 
	Set
Public Property CharSet As String 
	Get 
	Set
Dim instance As ContentType 
Dim value As String 

value = instance.CharSet

instance.CharSet = value
Dim instance As ContentType 
Dim value As String 

value = instance.CharSet

instance.CharSet = value
/** @property */
public String get_CharSet()
/** @property */
public void set_CharSet(String value)
/** @property */
public String get_CharSet()
/** @property */
public void set_CharSet(String value)
function get CharSet () : String 
function set CharSet (value : String)
function get CharSet () : String 
function set CharSet (value : String)
function get_CharSet();
function set_CharSet(value);
function get_CharSet();
function set_CharSet(value);

Property Value

Type: OnlineString
The character set.
See Also