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 值,包含這個訊息的傳遞告知。

適用於