Defines status codes for the MimeException class.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration MimeExceptionStatus |
| C# |
|---|
public enum MimeExceptionStatus |
Members
| Member name | Description | |
|---|---|---|
| UnspecifiedError |
An unclassifiable error occurred. This is the default value for Status.
| |
| MessageParserError |
An error occurred inside the message parser.
| |
| HeaderParserError |
An error occurred inside the message header parser.
| |
| OperationError |
Unable to complete the requested operation.
|