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

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

Syntax

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

Parameters

source
Type: Rebex.Net..::..SmtpConfigurationSource
Configuration source.
engine
Type: Rebex.Net..::..SmtpDeliveryEngine
Delivery engine.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also