Represents the kind of MIME entity.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Enumeration MimeEntityKind
C#
public enum MimeEntityKind

Members

Member nameDescription
Supported by the .NET Compact FrameworkBody
Body entity - an entity with a body and no child parts.
Supported by the .NET Compact FrameworkMultipart
Multipart entity - a container for multiple child parts.
Supported by the .NET Compact FrameworkMessage
RFC822 message container entity - en entity that contains a mail message.
Supported by the .NET Compact FrameworkSigned
Signed message container entity - an entity that contains a signed content.
Supported by the .NET Compact FrameworkEnveloped
Encrypted message container entity - an entity that contains an encrypted content.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also