Hunny Software Library Reference

DispositionType Class

Class that represents a MIME "Content-Disposition" field body.

For a list of all members of this type, see DispositionType Members.

System.Object
   Node
      FieldBody
         DispositionType

[Visual Basic]
Public Class DispositionType
Inherits FieldBody
[C#]
public class DispositionType : FieldBody

Remarks

DispositionType represents a field body for the content-disposition header field as described in RFC 2183. This header field specifies whether the content of a message or body part should be displayed automatically to a user. A disposition type of inline indicates that the content should be displayed; a disposition type of attachment indicates that it should not be. RFC 2183 specifies that a filename parameter may be optionally included in the field body; the filename parameter suggests a file name for saving the message or body part's content.

DispositionType provides methods that allow you to set or get the disposition type value and to manage a list of parameters. DispositionType also provides a convenience property that allows you to set or get the filename parameter.

Requirements

Namespace: Hunny.Mime

Assembly: Hunny.Mime (in Hunny.Mime.dll)

See Also

DispositionType Members | Hunny.Mime Namespace