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