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)
34private DeliveryNotificationOptions _deliveryStatusNotification = DeliveryNotificationOptions.None; 151public DeliveryNotificationOptions DeliveryNotificationOptions 159if (7 < (uint)value && value != DeliveryNotificationOptions.Never) 452if (_deliveryStatusNotification != DeliveryNotificationOptions.None) 459if (_deliveryStatusNotification == DeliveryNotificationOptions.Never) 465if ((((int)_deliveryStatusNotification) & (int)DeliveryNotificationOptions.OnSuccess) > 0) 470if ((((int)_deliveryStatusNotification) & (int)DeliveryNotificationOptions.OnFailure) > 0) 479if ((((int)_deliveryStatusNotification) & (int)DeliveryNotificationOptions.Delay) > 0)