Click or drag to resize

MessageErrorEventArgs Constructor (MimeMessage, Exception)

Initializes a new instance of the Message Error Event Arguments

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public MessageErrorEventArgs(
	MimeMessage mimeMessage,
	Exception exception
)

Parameters

mimeMessage
Type: MimeMessage
The MimeMessage received by the Smtp
exception
Type: SystemException
The exception that caused the error
See Also