Gets or sets the bit field specifying the conditions under which the SMTP server should generate
and send a delivery status notification (DSN) messages.
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
Visual Basic |
---|
Public Property DeliveryStatusNotificationConditions As DeliveryStatusNotificationConditions Get Set |
C# |
---|
public DeliveryStatusNotificationConditions DeliveryStatusNotificationConditions { get; set; } |
Field Value
DSN conditions.Remarks
This is only used if the DSN extension is supported by the SMTP server and enabled -
see SupportedExtensions and EnabledExtensions.