Click or drag to resize

RouterLoadSmtpConfiguration Method

Load Smtp Configuration from a Text File

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

Parameters

filename
Type: SystemString
The file name
appendToCurrentConfiguration (Optional)
Type: SystemBoolean
A flag to define whether to append to the existing DestinationSmtps or to replace the existing Smtps

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SMTPRouter.Router.LoadSmtpConfiguration(System.String,System.Boolean)"]

See Also