Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DeliveryNotificationOptions
DeliveryNotificationOptions
System.Net.Mail.MailMessage.DeliveryNotificationOptions
get
set
Definition at line
93
of file
MailMessage.cs
.
94
{
95
get
96
{
97
return
_deliveryStatusNotification
;
98
}
99
set
100
{
101
if
(7u < (uint)
value
&&
value
!= DeliveryNotificationOptions.Never)
102
{
103
throw
new
ArgumentOutOfRangeException(
"value"
);
104
}
105
_deliveryStatusNotification
=
value
;
106
}
107
}
System.Net.Mail.MailMessage._deliveryStatusNotification
DeliveryNotificationOptions _deliveryStatusNotification
Definition
MailMessage.cs:28
System.ExceptionArgument.value
@ value
System
Net
Mail
MailMessage
Generated by
1.10.0