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
Syntax
| Visual Basic | 
|---|
| Public Enumeration DeliveryStatusNotificationOriginalMessageMethod | 
| C# | 
|---|
| public enum DeliveryStatusNotificationOriginalMessageMethod | 
 Members
Members
| Member name | Description | |
|---|---|---|
|  | Default | 
            Let the SMTP use its default behavior of including the original message in a DSN message.
             | 
|  | FullMessage | 
            Include the full original message in a DSN message.
             | 
|  | HeadersOnly | 
            Only include original message headers in a DSN message.
             | 
 
     
     
     
     
    