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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
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