ContentDisposition Properties
.NET Framework (current version)
Namespace:
System.Net.Mime
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CreationDate | Gets or sets the creation date for a file attachment. |
![]() | DispositionType | Gets or sets the disposition type for an e-mail attachment. |
![]() | FileName | Gets or sets the suggested file name for an e-mail attachment. |
![]() | Inline | Gets or sets a Boolean value that determines the disposition type (Inline or Attachment) for an e-mail attachment. |
![]() | ModificationDate | Gets or sets the modification date for a file attachment. |
![]() | Parameters | Gets the parameters included in the Content-Disposition header represented by this instance. |
![]() | ReadDate | Gets or sets the read date for a file attachment. |
![]() | Size | Gets or sets the size of a file attachment. |
Show:
