mscorlib(4.0.0.0) API with additions
SmtpDeliveryFormat.cs
1 namespace System.Net.Mail
2 {
4  public enum SmtpDeliveryFormat
5  {
7  SevenBit,
10  }
11 }
A delivery format where non-ASCII characters in the envelope and header fields used in the Simple Mai...
A delivery format using 7-bit ASCII. The traditional delivery format used in the Simple Mail Transpor...
SmtpDeliveryFormat
The delivery format to use for sending outgoing e-mail using the Simple Mail Transport Protocol (SMTP...