DeliveryNotificationOptionsNotifyCondition Property
Gets or sets the events that trigger ESMTP server to send delivery status notification back to the sender of the message.

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

Property Value

Type: DsnNotifyCondition
A set of flags specifying the events that trigger the server to send delivery status notification (the server must support DSN extension). The default value is Default.
See Also