Creates a new instance of SmtpConfiguration class and fills it with values read from the specified source.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Sub New ( _
	source As SmtpConfigurationSource _
)
C#
public SmtpConfiguration(
	SmtpConfigurationSource source
)

Parameters

source
Type: Rebex.Net..::..SmtpConfigurationSource
Configuration source.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also