ContentType Constructor (String, String, String)

Independentsoft MSG .NET

ContentType Constructor (String, 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,
	string charset
)
public ContentType(
	string type,
	string subtype,
	string charset
)
Public Sub New ( 
	type As String,
	subtype As String,
	charset As String
)
Public Sub New ( 
	type As String,
	subtype As String,
	charset As String
)
Dim type As String 
Dim subtype As String 
Dim charset As String 

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

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

Parameters

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