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)
36private DeliveryNotificationOptions _deliveryStatusNotification = DeliveryNotificationOptions.None; 153public DeliveryNotificationOptions DeliveryNotificationOptions 161if (7 < (uint)value && value != DeliveryNotificationOptions.Never) 443if (_deliveryStatusNotification != DeliveryNotificationOptions.None) 450if (_deliveryStatusNotification == DeliveryNotificationOptions.Never) 456if ((((int)_deliveryStatusNotification) & (int)DeliveryNotificationOptions.OnSuccess) > 0) 461if ((((int)_deliveryStatusNotification) & (int)DeliveryNotificationOptions.OnFailure) > 0) 470if ((((int)_deliveryStatusNotification) & (int)DeliveryNotificationOptions.Delay) > 0)