MailMessage.DeliveryNotificationOptions Propiedad

Definición

Obtiene o establece las notificaciones de entrega de este mensaje de correo electrónico.

public:
 property System::Net::Mail::DeliveryNotificationOptions DeliveryNotificationOptions { System::Net::Mail::DeliveryNotificationOptions get(); void set(System::Net::Mail::DeliveryNotificationOptions value); };
public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOptions { get; set; }
member this.DeliveryNotificationOptions : System.Net.Mail.DeliveryNotificationOptions with get, set
Public Property DeliveryNotificationOptions As DeliveryNotificationOptions

Valor de propiedad

DeliveryNotificationOptions

Valor DeliveryNotificationOptions que contiene las notificaciones de entrega de este mensaje.

Se aplica a