1 write to deliveryStatusNotification
System (1)
net\System\Net\mail\MailMessage.cs (1)
154
deliveryStatusNotification
= value;
6 references to deliveryStatusNotification
System (6)
net\System\Net\mail\MailMessage.cs (6)
148
return
deliveryStatusNotification
;
416
if(
deliveryStatusNotification
!= DeliveryNotificationOptions.None){
422
if(
deliveryStatusNotification
== DeliveryNotificationOptions.Never){
427
if((((int)
deliveryStatusNotification
) & (int)DeliveryNotificationOptions.OnSuccess) > 0){
431
if((((int)
deliveryStatusNotification
) & (int)DeliveryNotificationOptions.OnFailure) > 0){
438
if((((int)
deliveryStatusNotification
) & (int)DeliveryNotificationOptions.Delay) > 0){