ContentType Class

Represents a Content-Type header.
Inheritance Hierarchy
SystemObject
  Aspose.Email.MimeContentType

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

The ContentType type exposes the following members.

Constructors
  NameDescription
Public methodContentType
Initializes a new instance of the ContentType class.
Public methodContentType(String)
Initializes a new instance of the ContentType class.
Properties
  NameDescription
Public propertyBoundary
Gets or sets the value of the boundary parameter included in the Content-Type header.
Public propertyCharSet
Gets or sets the value of the charset parameter.
Public propertyMediaType
Gets or sets the internet media type.
Public propertyName
Gets or sets the value of the name parameter.
Public propertyParameters
Gets the dictionary that contains the parameters.
Methods
See Also