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 name | Description | |
|---|---|---|
| Body |
Body entity - an entity with a body and no child parts.
| |
| Multipart |
Multipart entity - a container for multiple child parts.
| |
| Message |
RFC822 message container entity - en entity that contains a mail message.
| |
| Signed |
Signed message container entity - an entity that contains a signed content.
| |
| Enveloped |
Encrypted message container entity - an entity that contains an encrypted content.
|