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