SmtpMergingMessageEventArgsTemplateDeliveryNotification Property |
Gets the delivery status notification template which is about to be merged with the data from a database table row.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DeliveryNotificationOptions TemplateDeliveryNotification { get; }
Public ReadOnly Property TemplateDeliveryNotification As DeliveryNotificationOptions
Get
Property Value
Type:
DeliveryNotificationOptionsA reference to the
DeliveryNotificationOptions object representing the DSN settings specified for the message.
Remarks If the message is submitted to the pickup folder rather than sent out, DSN settings are ignored.
See Also