DispositionTypeNames Class
.NET Framework (current version)
Supplies the strings used to specify the disposition type for an e-mail attachment.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Attachment | Specifies that the attachment is to be displayed as a file attached to the e-mail message. |
![]() ![]() | Inline | Specifies that the attachment is to be displayed as part of the e-mail message body. |
The values in this enumeration can be used to set the DispositionType property for an e-mail attachment. The information in the ContentDisposition class represents the MIME Content-Disposition header. This header is described in RFC 2183 available at http://www.ietf.org.
.NET Framework
Available since 2.0
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

