| SmtpDeliveryNotification Property |
Note: This API is now obsolete.
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 [ObsoleteAttribute("Please use Configuration.DeliveryNotification instead.")]
public DeliveryNotificationOptions DeliveryNotification { get; set; }
<ObsoleteAttribute("Please use Configuration.DeliveryNotification instead.")>
Public Property DeliveryNotification As DeliveryNotificationOptions
Get
Set
public:
[ObsoleteAttribute(L"Please use Configuration.DeliveryNotification instead.")]
property DeliveryNotificationOptions DeliveryNotification {
DeliveryNotificationOptions get ();
void set (DeliveryNotificationOptions value);
}
[<ObsoleteAttribute("Please use Configuration.DeliveryNotification instead.")>]
member DeliveryNotification : DeliveryNotificationOptions with get, set
Property Value
Type:
DeliveryNotificationOptionsSee Also