SendMailJobDsnSettings Property |
Gets a reference to the delivery status notification settings for the mail message (or their patterns for mail merge jobs).
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DeliveryNotificationOptions DsnSettings { get; }
Public ReadOnly Property DsnSettings As DeliveryNotificationOptions
Get
Property Value
Type:
DeliveryNotificationOptionsA reference to the delivery status notification (DSN) settings for the mail message, or DNS template
for mail merge jobs.
Remarks For mail merge, DsnSettings property allows the application to use templates for DSN settings. For instance,
using pattern in TrackingID value can be used
to assign individual TrackingID for each mail message generated during mail merge.
Note |
---|
In order to use DSN, make sure the SMTP server supports DSN extension (see DeliveryNotificationOptions section for more information). |
See Also