ContentDisposition Constructor (ContentDispositionType)

Independentsoft MSG .NET

ContentDisposition Constructor (ContentDispositionType) MSG .NET Class Library
Initializes a new instance of the ContentDisposition class.

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

Syntax

public ContentDisposition(
	ContentDispositionType type
)
public ContentDisposition(
	ContentDispositionType type
)
Public Sub New ( 
	type As ContentDispositionType
)
Public Sub New ( 
	type As ContentDispositionType
)
Dim type As ContentDispositionType 

Dim instance As New ContentDisposition(type)
Dim type As ContentDispositionType 

Dim instance As New ContentDisposition(type)
public ContentDisposition(
	ContentDispositionType type
)
public ContentDisposition(
	ContentDispositionType type
)
public function ContentDisposition(
	type : ContentDispositionType
)
public function ContentDisposition(
	type : ContentDispositionType
)
Independentsoft.Email.Mime.ContentDisposition = function(type);
Independentsoft.Email.Mime.ContentDisposition = function(type);
See Also