mscorlib(4.0.0.0) API with additions
DeliveryNotificationOptions.cs
1
namespace
System.Net.Mail
2
{
4
[Flags]
5
public
enum
DeliveryNotificationOptions
6
{
8
None
= 0x0,
10
OnSuccess
= 0x1,
12
OnFailure
= 0x2,
14
Delay
= 0x4,
16
Never = 0x8000000
17
}
18
}
System.Net.Mail.DeliveryNotificationOptions.Delay
Notify if the delivery is delayed.
System.Net.Mail
Definition:
_METADATA_HANDLE_INFO.cs:3
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Net.Mail.DeliveryNotificationOptions.OnSuccess
Notify if the delivery is successful.
System.Net.Mail.DeliveryNotificationOptions.OnFailure
Notify if the delivery is unsuccessful.
System.Net.Mail.DeliveryNotificationOptions
DeliveryNotificationOptions
Describes the delivery notification options for e-mail.
Definition:
DeliveryNotificationOptions.cs:5
All cs
System.Net.Mail
DeliveryNotificationOptions.cs
Generated by
1.8.15