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 값입니다.

적용 대상