1 write to _deliveryStatusNotification
System.Net.Mail (1)
System\Net\Mail\MailMessage.cs (1)
163_deliveryStatusNotification = value;
6 references to _deliveryStatusNotification
System.Net.Mail (6)
System\Net\Mail\MailMessage.cs (6)
155return _deliveryStatusNotification; 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)