The MimeEntity type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CertificateFinder |
Gets or sets the ICertificateFinder to be used to find certificates
used to encrypt or sign the entity.
| |
| ContentDescription |
Gets or sets the content description of this entity.
| |
| ContentDisposition |
Gets or sets the content disposition of this entity.
| |
| ContentId |
Gets or sets the content ID of this entity.
| |
| ContentLocation |
Gets or sets the content location of this entity.
| |
| ContentMessage |
Gets the inner message of a 'message/rfc822' entity.
| |
| ContentString |
Gets the content string of this entity.
| |
| ContentTransferEncoding |
Gets or sets the content transfer encoding of this entity.
| |
| ContentType |
Gets or sets the content type of this entity.
| |
| DefaultCharset |
Gets or sets the default charset for MIME body and headers.
| |
| EnvelopedContentInfo |
Gets the EnvelopedData object that contains information about enveloped (encrypted) content.
This property is only set for entities with enveloped content.
| |
| Epilogue |
Gets or sets the epilogue of this multipart entity.
| |
| Headers |
Gets the list of headers of this entity.
| |
| Charset |
Gets the charset (Encoding) of the content of this entity.
| |
| IsMultipart |
Determines whether the entity is a multipart entity.
| |
| Kind |
Gets the type of the entity.
| |
| Name |
Gets or sets the suggested file name of this entity, if it is present.
| |
| Options |
Gets or sets various options for MIME parser and writer.
| |
| Parent |
Gets or sets the parent of this entity.
| |
| Parts |
Gets the list of child parts of this entity.
| |
| Preamble |
Gets or sets the preamble of this multipart entity.
| |
| ReadOnly |
Gets or sets a value indicating whether the entity is read-only.
| |
| SignatureStyle |
Gets or sets the signature style of a signed entity container.
This property is only intended for entities with signed content.
| |
| SignedContentInfo |
Gets the SignedData object that contains information about signed content.
This property is only set for entities with signed content.
| |
| Silent |
Gets or sets a value indicating whether cryptographic providers
are allowed to display any user interface (UI) when working with private keys.
| |
| TransferEncoding |
Gets or sets the TransferEncoding of the content of this entity.
|