8 references to DeliveryMethod
System.Net.Mail (8)
System\Net\Mail\SmtpClient.cs (8)
358if (DeliveryMethod == SmtpDeliveryMethod.Network) 414NetEventSource.Info(this, $"DeliveryMethod={DeliveryMethod}"); 425if (DeliveryMethod == SmtpDeliveryMethod.Network) 473switch (DeliveryMethod) 500message.Send(writer, DeliveryMethod != SmtpDeliveryMethod.Network, allowUnicode); 504if (DeliveryMethod == SmtpDeliveryMethod.Network && recipientException != null) 559if (DeliveryMethod == SmtpDeliveryMethod.Network) 607switch (DeliveryMethod)