 | 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.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic DeliveryNotificationOptions DeliveryNotification { get; set; }Public Property DeliveryNotification As DeliveryNotificationOptions
Get
Set
public:
property DeliveryNotificationOptions DeliveryNotification {
DeliveryNotificationOptions get ();
void set (DeliveryNotificationOptions value);
}member DeliveryNotification : DeliveryNotificationOptions with get, set
Property Value
DeliveryNotificationOptions
See Also