Click or drag to resize

MessageNotSentException Constructor (MimeMessage)

Initializes a new instance of the MessageNotSentException

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public MessageNotSentException(
	MimeMessage message
)

Parameters

message
Type: MimeMessage
The Message that could not be routed
See Also