Gets or sets the delivery notifications for this e-mail message
Namespace:
MicroMighty.SDK.Net.ToolsAssembly: 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); |