mscorlib(4.0.0.0) API with additions
SmtpAccess.cs
1 namespace System.Net.Mail
2 {
4  public enum SmtpAccess
5  {
7  None,
9  Connect,
12  }
13 }
Connection to an SMTP host on any port.
SmtpAccess
Specifies the level of access allowed to a Simple Mail Transport Protocol (SMTP) server.
Definition: SmtpAccess.cs:4
Indicates that the application is allowed to connect to specific Internet resources....