Click or drag to resize

MessageErrorEventArgs Class

Event Arguments for the event when a MimeMessage has had errors during its processing
Inheritance Hierarchy

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public sealed class MessageErrorEventArgs : MessageEventArgs

The MessageErrorEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMessageErrorEventArgs
Initializes a new instance of the Message Error Event Arguments
Public methodMessageErrorEventArgs(MimeMessage)
Initializes a new instance of the Message Error Event Arguments
Public methodMessageErrorEventArgs(MimeMessage, Exception)
Initializes a new instance of the Message Error Event Arguments
Top
Properties
  NameDescription
Public propertyException
The exception that caused the error
Public propertyMimeMessage
The message received
(Inherited from MessageEventArgs.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also