Click or drag to resize

Router Constructor (String, String)

Initializes a new instance of a Router

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public Router(
	string queueName,
	string queuePath
)

Parameters

queueName
Type: SystemString
Name of the Queue
queuePath
Type: SystemString
Root folder where the queue will be located. Ensure you have permissions on that folder.
Exceptions
ExceptionCondition
ArgumentNullExceptionEither queueName or queuePath parameters are null or an empty string
Remarks
Inner blanks will be removed from queueName and queuePath. If the value is an empty string, a ArgumentNullException will be thrown.
See Also