MailMessageDeliveryNotificationOptions Property |
Gets or sets the delivery notifications
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public virtual DeliveryNotificationOptions DeliveryNotificationOptions { get; set; }
Public Overridable Property DeliveryNotificationOptions As DeliveryNotificationOptions
Get
Set
public:
virtual property DeliveryNotificationOptions DeliveryNotificationOptions {
DeliveryNotificationOptions get ();
void set (DeliveryNotificationOptions value);
}
abstract DeliveryNotificationOptions : DeliveryNotificationOptions with get, set
override DeliveryNotificationOptions : DeliveryNotificationOptions with get, set
Property Value
Type:
DeliveryNotificationOptionsSee Also