11 references to DeliveryNotificationOptions
netstandard (1)
netstandard.cs (1)
1169
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.
DeliveryNotificationOptions
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
654
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.
DeliveryNotificationOptions
))]
System.Net.Mail (9)
System\Net\Mail\MailMessage.cs (9)
34
private
DeliveryNotificationOptions
_deliveryStatusNotification =
DeliveryNotificationOptions
.None;
151
public
DeliveryNotificationOptions
DeliveryNotificationOptions
159
if (7 < (uint)value && value !=
DeliveryNotificationOptions
.Never)
452
if (_deliveryStatusNotification !=
DeliveryNotificationOptions
.None)
459
if (_deliveryStatusNotification ==
DeliveryNotificationOptions
.Never)
465
if ((((int)_deliveryStatusNotification) & (int)
DeliveryNotificationOptions
.OnSuccess) > 0)
470
if ((((int)_deliveryStatusNotification) & (int)
DeliveryNotificationOptions
.OnFailure) > 0)
479
if ((((int)_deliveryStatusNotification) & (int)
DeliveryNotificationOptions
.Delay) > 0)