MimeUnparsableHeaderSeverity Enum
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9448)
Specifies the header error severity.
Syntax
public enum MimeUnparsableHeaderSeverity
Fields
| Name | Description |
|---|---|
| Error | A serious problem that causes an exception to be thrown by default. |
| Warning | A less serious problem that does not cause an exception to be thrown by default. |