ContentType CharSet Property | MSG .NET Class Library |
Gets or sets the character set.
Namespace: Independentsoft.Email.MimeAssembly: 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:
The character set.
See Also