MailMessage.DeliveryNotificationOptions 属性

定义

获取或设置此电子邮件的传递通知。

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

属性值

一个 DeliveryNotificationOptions 值,该值包含此消息的传递通知。

适用于