Specifies whether a SMTP server should attach the entire original message or its headers only to DSN messages.

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

Syntax

Visual Basic
Public Enumeration DeliveryStatusNotificationOriginalMessageMethod
C#
public enum DeliveryStatusNotificationOriginalMessageMethod

Members

Member nameDescription
Supported by the .NET Compact FrameworkDefault
Let the SMTP use its default behavior of including the original message in a DSN message.
Supported by the .NET Compact FrameworkFullMessage
Include the full original message in a DSN message.
Supported by the .NET Compact FrameworkHeadersOnly
Only include original message headers in a DSN message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also