MailMessage::DeliveryNotificationOptions Property

 

Gets or sets the delivery notifications for this e-mail message.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property DeliveryNotificationOptions DeliveryNotificationOptions {
	DeliveryNotificationOptions get();
	void set(DeliveryNotificationOptions value);
}

Property Value

Type: System.Net.Mail::DeliveryNotificationOptions

A System.Net.Mail::DeliveryNotificationOptions value that contains the delivery notifications for this message.

.NET Framework
Available since 2.0
Return to top
Show: