 | RouterLoadSmtpConfiguration Method |
Load Smtp Configuration from a Text File
Namespace:
SMTPRouter
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic bool LoadSmtpConfiguration(
string filename,
bool appendToCurrentConfiguration = false
)
Public Function LoadSmtpConfiguration (
filename As String,
Optional appendToCurrentConfiguration As Boolean = false
) As Boolean
Dim instance As Router
Dim filename As String
Dim appendToCurrentConfiguration As Boolean
Dim returnValue As Boolean
returnValue = instance.LoadSmtpConfiguration(filename,
appendToCurrentConfiguration)
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