ContentType.Type Property

Independentsoft MSG .NET

ContentType Type Property MSG .NET Class Library
Gets or sets the type.

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

Syntax

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

value = instance.Type

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

value = instance.Type

instance.Type = value
/** @property */
public String get_Type()
/** @property */
public void set_Type(String value)
/** @property */
public String get_Type()
/** @property */
public void set_Type(String value)
function get Type () : String 
function set Type (value : String)
function get Type () : String 
function set Type (value : String)
function get_Type();
function set_Type(value);
function get_Type();
function set_Type(value);

Property Value

Type: OnlineString
The type.
See Also