Click or drag to resize

Server Constructor (String, Int32, Boolean, Boolean, String, String)

Initializes a new Server Instance

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public Server(
	string serverName,
	int[] ports,
	bool requiresAuthentication,
	bool useSSL,
	string queueName,
	string queuePath
)

Parameters

serverName
Type: SystemString
The Server Name (usually localhost)
ports
Type: SystemInt32
Ports where the service will be available
requiresAuthentication
Type: SystemBoolean
A flag to define whether authentication is required for this smtp server
useSSL
Type: SystemBoolean
A flag to define whether it is necessary to use SSL
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.
See Also