Gets the list of parameters of this content disposition.

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

Syntax

Visual Basic
Public ReadOnly Property Parameters As MimeParameterCollection
	Get
C#
public MimeParameterCollection Parameters { get; }

Field Value

The list of parameters.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also