The MimeEntity type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCertificateFinder
Gets or sets the ICertificateFinder to be used to find certificates used to encrypt or sign the entity.
Public propertySupported by the .NET Compact FrameworkContentDescription
Gets or sets the content description of this entity.
Public propertySupported by the .NET Compact FrameworkContentDisposition
Gets or sets the content disposition of this entity.
Public propertySupported by the .NET Compact FrameworkContentId
Gets or sets the content ID of this entity.
Public propertySupported by the .NET Compact FrameworkContentLocation
Gets or sets the content location of this entity.
Public propertySupported by the .NET Compact FrameworkContentMessage
Gets the inner message of a 'message/rfc822' entity.
Public propertySupported by the .NET Compact FrameworkContentString
Gets the content string of this entity.
Public propertySupported by the .NET Compact FrameworkContentTransferEncoding
Gets or sets the content transfer encoding of this entity.
Public propertySupported by the .NET Compact FrameworkContentType
Gets or sets the content type of this entity.
Public propertySupported by the .NET Compact FrameworkDefaultCharset
Gets or sets the default charset for MIME body and headers.
Public propertySupported by the .NET Compact FrameworkEnvelopedContentInfo
Gets the EnvelopedData object that contains information about enveloped (encrypted) content. This property is only set for entities with enveloped content.
Public propertySupported by the .NET Compact FrameworkEpilogue
Gets or sets the epilogue of this multipart entity.
Public propertySupported by the .NET Compact FrameworkHeaders
Gets the list of headers of this entity.
Public propertySupported by the .NET Compact FrameworkCharset
Gets the charset (Encoding) of the content of this entity.
Public propertySupported by the .NET Compact FrameworkIsMultipart
Determines whether the entity is a multipart entity.
Public propertySupported by the .NET Compact FrameworkKind
Gets the type of the entity.
Public propertySupported by the .NET Compact FrameworkName
Gets or sets the suggested file name of this entity, if it is present.
Public propertySupported by the .NET Compact FrameworkOptions
Gets or sets various options for MIME parser and writer.
Public propertySupported by the .NET Compact FrameworkParent
Gets or sets the parent of this entity.
Public propertySupported by the .NET Compact FrameworkParts
Gets the list of child parts of this entity.
Public propertySupported by the .NET Compact FrameworkPreamble
Gets or sets the preamble of this multipart entity.
Public propertySupported by the .NET Compact FrameworkReadOnly
Gets or sets a value indicating whether the entity is read-only.
Public propertySupported by the .NET Compact FrameworkSignatureStyle
Gets or sets the signature style of a signed entity container. This property is only intended for entities with signed content.
Public propertySupported by the .NET Compact FrameworkSignedContentInfo
Gets the SignedData object that contains information about signed content. This property is only set for entities with signed content.
Public propertySupported by the .NET Compact FrameworkSilent
Gets or sets a value indicating whether cryptographic providers are allowed to display any user interface (UI) when working with private keys.
Public propertySupported by the .NET Compact FrameworkTransferEncoding
Gets or sets the TransferEncoding of the content of this entity.

See Also