Click or drag to resize

RouterLoadRoutingRules Method

Load Routing Rules from a Text File

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public bool LoadRoutingRules(
	string filename,
	bool appendToCurrentRules = false
)

Parameters

filename
Type: SystemString
The file name
appendToCurrentRules (Optional)
Type: SystemBoolean
A flag to define whether to append to the existing RoutingRules or to replace the existing rules

Return Value

Type: Boolean
A Boolean to inform if the rules were loaded
See Also