DeliveryStatusNotificationOriginalMessageMethod Enum
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9448)
Specifies whether a SMTP server should attach the entire original message or its headers only to DSN messages.
Syntax
public enum DeliveryStatusNotificationOriginalMessageMethod
Fields
| 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. |