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