Click or drag to resize

MessageNotQueuedException Constructor (MimeMessage)

Initializes a new instance of the MessageNotQueuedException

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

Parameters

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