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 이 메시지에 대한 배달 알림을 포함하는 값입니다.

적용 대상