Click or drag to resize

SmtpConfigurationDeliveryNotification Property

Gets or sets the delivery notification options (Delivery Status Notifications, DSN) for email. Available when DSN is reported by SupportedExtensions.

Namespace:  Limilabs.Client.SMTP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public DeliveryNotificationOptions DeliveryNotification { get; set; }

Property Value

Type: DeliveryNotificationOptions
See Also