Represents the content disposition of a MIME entity.

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

Syntax

C#
[SerializableAttribute]
public class ContentDisposition : IHeader
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ContentDisposition _
	Implements IHeader
Visual C++
[SerializableAttribute]
public ref class ContentDisposition : IHeader

Remarks

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

Inheritance Hierarchy

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

See Also