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)
155
return
_deliveryStatusNotification
;
452
if (
_deliveryStatusNotification
!= DeliveryNotificationOptions.None)
459
if (
_deliveryStatusNotification
== DeliveryNotificationOptions.Never)
465
if ((((int)
_deliveryStatusNotification
) & (int)DeliveryNotificationOptions.OnSuccess) > 0)
470
if ((((int)
_deliveryStatusNotification
) & (int)DeliveryNotificationOptions.OnFailure) > 0)
479
if ((((int)
_deliveryStatusNotification
) & (int)DeliveryNotificationOptions.Delay) > 0)