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

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property NotificationOptions As DeliveryNotificationOptions
C#
public DeliveryNotificationOptions NotificationOptions { get; set; }
Visual C++
public:
property DeliveryNotificationOptions NotificationOptions {
	DeliveryNotificationOptions get ();
	void set (DeliveryNotificationOptions value);
}
JavaScript
function get_notificationOptions();
function set_notificationOptions(value);

See Also