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.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DsnNotifyCondition NotifyCondition { get; set; }
Public Property NotifyCondition As DsnNotifyCondition
Get
Set
Property Value
Type:
DsnNotifyConditionA 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