ContentType
ContentType class
Represents a Content-Type header.
The ContentType type exposes the following members:
Constructors
| Name | Description |
|---|---|
| ContentType() | Initializes a new instance of the ContentType class. |
| ContentType(content_type) | Initializes a new instance of the ContentType class |
Properties
| Name | Description |
|---|---|
| boundary | Gets or sets the value of the boundary parameter included in the Content-Type header. |
| char_set | Gets or sets the value of the charset parameter. |
| media_type | Gets or sets the internet media type. |
| name | Gets or sets the value of the name parameter. |
| parameters | Gets the dictionary that contains the parameters. |
See Also
- namespace aspose.email.mime
- assembly Aspose.Email