Specifies the header error severity.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration MimeUnparsableHeaderSeverity |
| C# |
|---|
public enum MimeUnparsableHeaderSeverity |
Members
| Member name | Description | |
|---|---|---|
| Warning | A less serious problem that does not cause an exception to be thrown by default. | |
| Error | A serious problem that causes an exception to be thrown by default. |