Gets or sets the value indicating to the SMTP server whether it should attach
the entire original message or headers only.
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
Visual Basic |
---|
Public Property DeliveryStatusNotificationOriginalMessageMethod As DeliveryStatusNotificationOriginalMessageMethod Get Set |
C# |
---|
public DeliveryStatusNotificationOriginalMessageMethod DeliveryStatusNotificationOriginalMessageMethod { get; set; } |
Field Value
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.