Specifies the problem encountered by the header parser.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration MimeUnparsableHeaderStatus |
| C# |
|---|
public enum MimeUnparsableHeaderStatus |
Members
| Member name | Description | |
|---|---|---|
| UnableToParse |
Unable to parse the header.
| |
| UnknownCharset |
Unknown charset in Content-type header.
|