SMTP port type enumeration
Namespace:
MicroMighty.SDK.Net.TypesAssembly: MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Enumeration SMTPPortType |
C# |
---|
[SerializableAttribute] public enum SMTPPortType |
Visual C++ |
---|
[SerializableAttribute] public enum class SMTPPortType |
JavaScript |
---|
MicroMighty.SDK.Net.Types.SMTPPortType = function(); MicroMighty.SDK.Net.Types.SMTPPortType.createEnum('MicroMighty.SDK.Net.Types.SMTPPortType', false); |
Members
Member name | Description | |
---|---|---|
AuthenticatedRelay |
Authenticated relay of email default port 3535 as the SMTP port
| |
GoogleAppsSSL | Google Apps default port 465 is the Outgoing server SMTP port for POP
| |
GoogleAppsTLS | Google Apps default port 587 is the Outgoing server SMTP port for IMAP
| |
IISDefault |
Internet Information Services default port 80
| |
SMTPHostDefault | SMTP Host default port 25
| |
WebHost4Life | WebHost4Life.com hosting port 366
|