ContentType Constructor (String, String)

Independentsoft MSG .NET

ContentType Constructor (String, String) MSG .NET Class Library
Initializes a new instance of the ContentType class.

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

Syntax

public ContentType(
	string type,
	string subtype
)
public ContentType(
	string type,
	string subtype
)
Public Sub New ( 
	type As String,
	subtype As String
)
Public Sub New ( 
	type As String,
	subtype As String
)
Dim type As String 
Dim subtype As String 

Dim instance As New ContentType(type, subtype)
Dim type As String 
Dim subtype As String 

Dim instance As New ContentType(type, subtype)
public ContentType(
	String type,
	String subtype
)
public ContentType(
	String type,
	String subtype
)
public function ContentType(
	type : String, 
	subtype : String
)
public function ContentType(
	type : String, 
	subtype : String
)
Independentsoft.Email.Mime.ContentType = function(type, subtype);
Independentsoft.Email.Mime.ContentType = function(type, subtype);

Parameters

type
Type: OnlineSystem String
The type.
subtype
Type: OnlineSystem String
The subtype.
See Also