Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DeliveryNotificationOptions

DeliveryNotificationOptions System.Net.Mail.MailMessage.DeliveryNotificationOptions
getset

Definition at line 93 of file MailMessage.cs.

94 {
95 get
96 {
98 }
99 set
100 {
101 if (7u < (uint)value && value != DeliveryNotificationOptions.Never)
102 {
103 throw new ArgumentOutOfRangeException("value");
104 }
106 }
107 }
DeliveryNotificationOptions _deliveryStatusNotification