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

このメッセージの配信通知を格納している DeliveryNotificationOptions 値。

適用対象