SmtpSendingMessageEventArgsDeliveryNotification Property |
Gets the delivery status notification settings of the mail message to be sent.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DeliveryNotificationOptions DeliveryNotification { get; }
Public ReadOnly Property DeliveryNotification As DeliveryNotificationOptions
Get
Property Value
Type:
DeliveryNotificationOptionsA reference to the
DeliveryNotificationOptions object representing the DSN settings specified for the message.
See Also