9 references to DeliveryNotificationOptions
System (9)
net\System\Net\mail\MailMessage.cs (9)
35DeliveryNotificationOptions deliveryStatusNotification = DeliveryNotificationOptions.None; 146public DeliveryNotificationOptions DeliveryNotificationOptions { 151if (7 < (uint)value && value != DeliveryNotificationOptions.Never) { 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){