MailMessage.DeliveryNotificationOptions Propriedade

Definição

Obtém ou define as notificações de entrega para esta mensagem de email.

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 da propriedade

Um valor DeliveryNotificationOptions que contém as notificações de entrega para esta mensagem.

Aplica-se a