ContentEntity Class |
Namespace: GemBox.Email.Mime
The ContentEntity type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentEntity(MediaType, Byte, TransferEncodingType, Encoding) |
Initializes a new instance of the ContentEntity class with specified content type, raw content, transfer encoding and charset.
|
![]() | ContentEntity(MediaType, Stream, TransferEncodingType, Encoding) |
Initializes a new instance of the ContentEntity class with specified content type, raw content, transfer encoding and charset.
|
Name | Description | |
---|---|---|
![]() | Charset |
Gets or sets the content charset.
|
![]() | Content |
Gets the content.
|
![]() | ContentType |
Gets the Content-Type header value.
(Inherited from Entity.) |
![]() | Disposition |
Gets or sets the content disposition.
|
![]() | Headers |
Gets the Entity headers.
(Inherited from Entity.) |
![]() | IsMultipart |
Gets a value indicating whether this entity is multipart.
(Overrides EntityIsMultipart.) |
![]() | Parent |
Gets the Entity parent.
(Inherited from Entity.) |
![]() | TransferEncoding |
Gets or sets the content transfer encoding.
|
Name | Description | |
---|---|---|
![]() | Clone |
Creates a copy of this ContentEntity instance.
(Overrides EntityClone.) |
![]() | Find(String) |
Checks if this ContentEntity top level media type matches specified one.
(Overrides EntityFind(String).) |
![]() | Find(MediaType) |
Checks if this ContentEntity content type matches the specified one.
(Overrides EntityFind(MediaType).) |