PowerTCP Mail for .NET
Options Property




Enumerates what Delivery Status Notification will be sent.
Syntax
<DefaultValueAttribute()>
Public Property Options As DeliveryNotificationOptions
Dim instance As DeliveryStatusNotification
Dim value As DeliveryNotificationOptions
 
instance.Options = value
 
value = instance.Options
[DefaultValue()]
public DeliveryNotificationOptions Options {get; set;}
[DefaultValue()]
public: __property DeliveryNotificationOptions get_Options();
public: __property void set_Options( 
   DeliveryNotificationOptions value
);
[DefaultValue()]
public:
property DeliveryNotificationOptions Options {
   DeliveryNotificationOptions get();
   void set (    DeliveryNotificationOptions value);
}

Property Value

System.Net.Mail.DeliveryNotificationOptions.
Remarks
Set this property if you wish to have notification of the status of the delivery. The default value is System.Net.Mail.DeliveryNotificationOptions.None. Change this property if you would like to explicitly control DSN. For example, use System.Net.Mail.DeliveryNotificationOptions.OnFailure to request a DSN for a failed delivery.
See Also

Reference

DeliveryStatusNotification Class
DeliveryStatusNotification Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic