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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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