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.4 build 677 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