The members of System.Net.Mime.ContentDisposition are listed below.
See Also: Inherited members from System.Object
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. |
| CreationDate | DateTime.
Gets or sets the creation date for a file attachment. | |
| DispositionType | string.
Gets or sets the disposition type for an e-mail attachment. | |
| FileName | string.
Gets or sets the suggested file name for an e-mail attachment. | |
| Inline | bool.
Gets or sets a bool value that determines the disposition type (Inline or Attachment) for an e-mail attachment. | |
| ModificationDate | DateTime.
Gets or sets the modification date for a file attachment. | |
| [read-only] | Parameters | System.Collections.Specialized.StringDictionary.
Gets the parameters included in the Content-Disposition header represented by this instance. |
| ReadDate | DateTime.
Gets or sets the read date for a file attachment. | |
| Size | long.
Gets or sets the size of a file attachment. |
override | Equals(object)
| |
override | GetHashCode()
| |
override | ToString()
| |