MailBee.NET Objects 4.0

SendMailJob.DsnSettings Property

Gets a reference to the delivery status notification settings for the mail message (or their patterns for mail merge jobs).

public DeliveryNotificationOptions DsnSettings {get;}

Property Value

A 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

SendMailJob Class | MailBee.SmtpMail Namespace