MimeUnparsableHeaderSeverity Enum
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
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. |