Initializes a new instance of ContentDisposition header value with the specified disposition type.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub New ( _
	dispositionType As String _
)
C#
public ContentDisposition(
	string dispositionType
)

Parameters

dispositionType
Type: System..::..String
A dispositin type.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also