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
,
11
ConnectToUnrestrictedPort
12
}
13
}
System.Net.Mail
Definition:
_METADATA_HANDLE_INFO.cs:3
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.Net.Mail.SmtpAccess.ConnectToUnrestrictedPort
Connection to an SMTP host on any port.
System.Net.Mail.SmtpAccess
SmtpAccess
Specifies the level of access allowed to a Simple Mail Transport Protocol (SMTP) server.
Definition:
SmtpAccess.cs:4
System.Net.NetworkAccess.Connect
Indicates that the application is allowed to connect to specific Internet resources....
All cs
System.Net.Mail
SmtpAccess.cs
Generated by
1.8.15