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)
157
return
_deliveryStatusNotification
;
443
if (
_deliveryStatusNotification
!= DeliveryNotificationOptions.None)
450
if (
_deliveryStatusNotification
== DeliveryNotificationOptions.Never)
456
if ((((int)
_deliveryStatusNotification
) & (int)DeliveryNotificationOptions.OnSuccess) > 0)
461
if ((((int)
_deliveryStatusNotification
) & (int)DeliveryNotificationOptions.OnFailure) > 0)
470
if ((((int)
_deliveryStatusNotification
) & (int)DeliveryNotificationOptions.Delay) > 0)