Specifies whether a SMTP server should attach the entire original message or its headers only
to DSN messages.
public enum DeliveryStatusNotificationReturnMessageMethod
Public Enum DeliveryStatusNotificationReturnMessageMethod
public enum class DeliveryStatusNotificationReturnMessageMethod
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. |
Top