SmtpSendingMessageEventArgsDeliveryNotification Property
Gets the delivery status notification settings of the mail message to be sent.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public DeliveryNotificationOptions DeliveryNotification { get; }

Property Value

Type: DeliveryNotificationOptions
A reference to the DeliveryNotificationOptions object representing the DSN settings specified for the message.
See Also