Smtp.DeliveryStatusNotificationOriginalMessageMethod Property
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9119)
DeliveryStatusNotificationOriginalMessageMethod
Gets or sets the value indicating to the SMTP server whether it should attach the entire original message or headers only.
Declaration
public DeliveryStatusNotificationOriginalMessageMethod DeliveryStatusNotificationOriginalMessageMethod { get; set; }
Property Value
Type | Description |
---|---|
DeliveryStatusNotificationOriginalMessageMethod | A value indicating how to include the full original message in the DSN. |
Remarks
This is only used if the DSN extension is supported by the SMTP server and enabled - see SupportedExtensions and EnabledExtensions.