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 值。

适用于