3 references to International
System (3)
net\System\Net\Configuration\SmtpSection.cs (1)
157return SmtpDeliveryFormat.International;
net\System\Net\mail\SmtpClient.cs (2)
384return (ServerSupportsEai && (DeliveryFormat == SmtpDeliveryFormat.International)); 387return (DeliveryFormat == SmtpDeliveryFormat.International);