Gets or sets the delivery notifications for this e-mail message.
[VisualĀ Basic] Public Property DeliveryNotification As DeliveryNotificationOptions
[C#]
public DeliveryNotificationOptions DeliveryNotification {get; set;}
[C++] public: __property DeliveryNotificationOptions* get_DeliveryNotification(); public: __property void set_DeliveryNotification(DeliveryNotificationOptions*);
[JScript] public function get DeliveryNotification() : DeliveryNotificationOptions; public function set DeliveryNotification(DeliveryNotificationOptions);
Property Value
Remarks
If you don't set this property, SMTP server only sends the failure report back to the sender. Because not every SMTP server support above options, if you don't have special requirement, please set it to DeliveryNotificationOptions.None.