ContentDisposition Class

Represents a Content-Disposition header.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MimeContentDisposition

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ContentDisposition

The ContentDisposition type exposes the following members.

Constructors
  NameDescription
Public methodContentDisposition
Initializes a new instance of the ContentDisposition class.
Public methodContentDisposition(String)
Initializes a new instance of the ContentDisposition class.
Properties
  NameDescription
Public propertyCreationDate
Gets or sets the creation date.
Public propertyDispositionType
Gets or sets the type of the disposition.
Public propertyFileName
Gets or sets the file name for an attachment.
Public propertyInline
Gets or sets a value that determines the disposition type.
Public propertyModificationDate
Gets or sets the modification date.
Public propertyParameters
Gets the parameters.
Public propertyReadDate
Gets or sets the read date.
Public propertySize
Gets or sets the size of a file attachment.
Methods
See Also