ContentType Constructor (String)

Independentsoft MSG .NET

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

Dim instance As New ContentType(contentType)
Dim contentType As String 

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

Parameters

contentType
Type: OnlineSystem String
Type of the content.
See Also