Specifies the conditions under which the SMTP server should generate and send DSN messages.

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

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration DeliveryStatusNotificationConditions
C#
[FlagsAttribute]
public enum DeliveryStatusNotificationConditions

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
Never generate DSN.
Supported by the .NET Compact FrameworkSuccess
Generate DSN on successful delivery.
Supported by the .NET Compact FrameworkFailure
Generate DSN on delivery failure.
Supported by the .NET Compact FrameworkDelay
Generate DSN if delivery of a message has been delayed for an unusual amount of time.
Supported by the .NET Compact FrameworkAll
All conditions.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also