The ContentDisposition type exposes the following members.

Properties

  NameDescription
Public propertyAttributes
Additional attribute fields for specifying the name of a file, the creation date and modification date, which can be used by the reader's mail user agent to store the attachment.
Public propertyFilename
Contains the name of the transmitted file if the content-disposition is of type "Attachment" and if the name value was provided as part of the header information. This field may be empty.
Public propertyType
The content disposition specifies the presentation style.

See Also