16 references to SmtpDeliveryMethod
netstandard (1)
netstandard.cs (1)
1179[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpDeliveryMethod))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
665[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.SmtpDeliveryMethod))]
System.Net.Mail (14)
System\Net\Mail\SmtpClient.cs (14)
45private SmtpDeliveryMethod _deliveryMethod = SmtpDeliveryMethod.Network; 280public SmtpDeliveryMethod DeliveryMethod 358if (DeliveryMethod == SmtpDeliveryMethod.Network) 425if (DeliveryMethod == SmtpDeliveryMethod.Network) 475case SmtpDeliveryMethod.PickupDirectoryFromIis: 478case SmtpDeliveryMethod.SpecifiedPickupDirectory: 489case SmtpDeliveryMethod.Network: 500message.Send(writer, DeliveryMethod != SmtpDeliveryMethod.Network, allowUnicode); 504if (DeliveryMethod == SmtpDeliveryMethod.Network && recipientException != null) 559if (DeliveryMethod == SmtpDeliveryMethod.Network) 609case SmtpDeliveryMethod.PickupDirectoryFromIis: 612case SmtpDeliveryMethod.SpecifiedPickupDirectory: 632case SmtpDeliveryMethod.Network: