SmtpDeliveryNotification Property |
Provides access to properties which control when and how ESMTP Delivery Status Notification
messages will be sent to the message sender.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DeliveryNotificationOptions DeliveryNotification { get; }
Public ReadOnly Property DeliveryNotification As DeliveryNotificationOptions
Get
Property Value
Type:
DeliveryNotificationOptionsThe
DeliveryNotificationOptions object containing properties
and methods which allow the developer to specify ESMTP Delivery Status Notification (DSN)
settings.
Remarks See Also