SendMailJobMergedDsnSettings Property
Gets a reference to the delivery status notification settings produced by mail merge process.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public DeliveryNotificationOptions MergedDsnSettings { get; }

Property Value

Type: DeliveryNotificationOptions
The delivery status notification (DSN) settings produced by mail merge process, or a null reference (Nothing in Visual Basic) if this job is not a mail merge job or if the merged message is no longer needed.
Remarks
This property plays the same role for DsnSettings as MergedMessage does for Message.
See Also