Gets or sets the delivery engine.

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

Syntax

Visual Basic
Public Property DeliveryEngine As SmtpDeliveryEngine
	Get
	Set
C#
public SmtpDeliveryEngine DeliveryEngine { get; set; }

Field Value

Delivery engine.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also