Gets or sets the bit field specifying the conditions under which the SMTP server should generate and send a delivery status notification (DSN) messages.

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

Syntax

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

Field Value

DSN conditions.

Remarks

This is only used if the DSN extension is supported by the SMTP server and enabled - see SupportedExtensions and EnabledExtensions.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also