Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DeliveryNotificationOptions
enum
System.Net.Mail.DeliveryNotificationOptions
Enumerator
None
OnSuccess
OnFailure
Delay
Never
Definition at line
4
of file
DeliveryNotificationOptions.cs
.
5
{
6
None = 0,
7
OnSuccess
= 1,
8
OnFailure
= 2,
9
Delay
= 4,
10
Never = 0x8000000
11
}
System.Net.Mail.DeliveryNotificationOptions.OnSuccess
@ OnSuccess
System.Net.Mail.DeliveryNotificationOptions.Delay
@ Delay
System.Net.Mail.DeliveryNotificationOptions.OnFailure
@ OnFailure
System
Net
Mail
Generated by
1.10.0