ContentType.SubType Property

Independentsoft MSG .NET

ContentType SubType Property MSG .NET Class Library
Gets or sets the type of the sub.

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

Syntax

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

value = instance.SubType

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

value = instance.SubType

instance.SubType = value
/** @property */
public String get_SubType()
/** @property */
public void set_SubType(String value)
/** @property */
public String get_SubType()
/** @property */
public void set_SubType(String value)
function get SubType () : String 
function set SubType (value : String)
function get SubType () : String 
function set SubType (value : String)
function get_SubType();
function set_SubType(value);
function get_SubType();
function set_SubType(value);

Property Value

Type: OnlineString
The type of the sub.
See Also