System.Net.Mime.ContentDisposition Members

The members of System.Net.Mime.ContentDisposition are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Net.Mime.ContentDisposition class with a ContentDisposition.DispositionType of DispositionTypeNames.Attachment.

Initializes a new instance of the System.Net.Mime.ContentDisposition class with the specified disposition information.

Public Properties

CreationDateDateTime.

Gets or sets the creation date for a file attachment.

DispositionTypestring.

Gets or sets the disposition type for an e-mail attachment.

FileNamestring.

Gets or sets the suggested file name for an e-mail attachment.

Inlinebool.

Gets or sets a bool value that determines the disposition type (Inline or Attachment) for an e-mail attachment.

ModificationDateDateTime.

Gets or sets the modification date for a file attachment.

[read-only]
ParametersSystem.Collections.Specialized.StringDictionary.

Gets the parameters included in the Content-Disposition header represented by this instance.

ReadDateDateTime.

Gets or sets the read date for a file attachment.

Sizelong.

Gets or sets the size of a file attachment.

Public Methods

override
Equals(object) : bool

Determines whether the content-disposition header of the specified System.Net.Mime.ContentDisposition object is equal to the content-disposition header of this object.

override
GetHashCode() : int

Determines the hash code of the specified System.Net.Mime.ContentDisposition object

override
ToString() : string

Returns a string representation of this instance.