Click or drag to resize

MimeMessageException Constructor (String, MimeMessage, Exception)

Initializes a new instance of the MessageNotSentException

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public MimeMessageException(
	string message,
	MimeMessage mimeMessage,
	Exception innerException
)

Parameters

message
Type: SystemString
The Exception Message
mimeMessage
Type: MimeMessage
The MimeMessage being processed when the exception occurred
innerException
Type: SystemException
The inner exception that caused this exception to be thrown
See Also