Represents the content disposition of a MIME entity.

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

Syntax

Visual Basic
Public Class ContentDisposition _
	Implements IHeader
C#
public class ContentDisposition : IHeader

Remarks

Represents the Content-Disposition MIME header defined by RFC 2183.

Inheritance Hierarchy

System..::..Object
  Rebex.Mime.Headers..::..ContentDisposition

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also