SendMailJobMergedDsnSettings Property |
Gets a reference to the delivery status notification settings produced by mail merge process.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic DeliveryNotificationOptions MergedDsnSettings { get; }
Public ReadOnly Property MergedDsnSettings As DeliveryNotificationOptions
Get
Property Value
Type:
DeliveryNotificationOptionsThe 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
See Also