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 nameDescription
Supported by the .NET Compact FrameworkUnspecifiedError
An unclassifiable error occurred. This is the default value for Status.
Supported by the .NET Compact FrameworkMessageParserError
An error occurred inside the message parser.
Supported by the .NET Compact FrameworkHeaderParserError
An error occurred inside the message header parser.
Supported by the .NET Compact FrameworkOperationError
Unable to complete the requested operation.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also